Skip to content

Commit

Permalink
bump(sltt-app): 205301.0.24 (client 2.53.1 / 0.0.24 sltt-app): offlin…
Browse files Browse the repository at this point in the history
…e videos/docs/vcrs
  • Loading branch information
ericpyle committed Jul 2, 2024
1 parent 5e51e5d commit 8da90f5
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": "205300.0.23-alpha1",
"version": "205301.0.24",
"description": "Installable SLTT app (Sign Language Translation Tool)",
"main": "./out/main/index.js",
"author": "sltt-bible.net",
Expand All @@ -19,8 +19,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.53.0\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"find:version:target": "findstr /S /M /C:\"version:\\\"2.53.0\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:version:source": "findstr /S /M /C:\"version:\\\"2.53.1\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"find:version:target": "findstr /S /M /C:\"version:\\\"2.53.1\\\"\" 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 8da90f5

Please sign in to comment.