Skip to content

Commit

Permalink
test: build queue change
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 1, 2023
1 parent 3909f78 commit f0ca30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soda-for-sparc",
"version": "12.3.5-beta",
"version": "12.5.0-beta",
"description": "An Electron application with React",
"main": "./out/main/index.js",
"author": "example.com",
Expand All @@ -22,7 +22,7 @@
"python-onefile-build-win": "python -m PyInstaller --onefile --add-data ./src/pyflask/libcrypto-1_1-x64.dll;. --add-data ./src/pyflask/libssl-1_1-x64.dll;. --clean ./src/pyflask/app.py --distpath ./pyflaskdist",
"python-onefile-build-unix": "python -m PyInstaller --onefile --clean ./src/pyflask/app.py --distpath ./pyflaskdist",
"deploy-win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always",
"deploy-linux": "npm run python-onefile-build-unix && npm run build && electron-builder --linux --config",
"deploy-linux": "npm run python-onefile-build-unix && npm run build && electron-builder --linux --config --publish always",
"deploy-mac": "npm run python-onefile-build-unix && npm run build && electron-builder --mac --config --publish always"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pyflask/startup/minimumApiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ def get_api_version():
"""
Returns the version of the API
"""
return {'version': os.getenv('API_VERSION', "12.3.5-beta")}
return {'version': os.getenv('API_VERSION', "12.5.0-beta")}

0 comments on commit f0ca30a

Please sign in to comment.