Skip to content

Commit

Permalink
bump(sltt-app): 206004.3.1 (client 2.60.4, sltt-app 3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpyle committed Oct 4, 2024
1 parent 5b76155 commit 4c14fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sltt-app",
"version": "206002.3.0",
"version": "206004.3.1",
"description": "Installable SLTT app (Sign Language Translation Tool)",
"main": "./out/main/index.js",
"author": "sltt-bible.net",
Expand All @@ -21,8 +21,8 @@
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"find:version:source": "findstr /S /M /C:\"version:\\\"2.60.2\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"find:version:target": "findstr /S /M /C:\"version:\\\"2.60.2\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:version:source": "findstr /S /M /C:\"version:\\\"2.60.4\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"find:version:target": "findstr /S /M /C:\"version:\\\"2.60.4\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:auth0_client_id:target": "findstr /S /M /C:\"REACT_APP_AUTH0_CLIENT_ID:\\\"eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:auth0_client_id:source": "findstr /S /M /C:\"REACT_APP_AUTH0_CLIENT_ID:\\\"eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"rmdir:build:client": "if exist \".\\out\\client\" rmdir /s /q \".\\out\\client\"",
Expand Down

0 comments on commit 4c14fa7

Please sign in to comment.