Skip to content

Commit

Permalink
chore: build detect firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Oct 31, 2024
1 parent bdbfb11 commit ffc964e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- staging
- pre-staging
- detect-firewall

jobs:
deploy-on-windows:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soda-for-sparc",
"procductName": "SODA for SPARC",
"version": "15.2.1-beta",
"version": "15.6.0-beta",
"description": "Keep Calm and Curate",
"main": "./out/main/index.js",
"author": "SODA Team",
Expand Down Expand Up @@ -109,4 +109,4 @@
"rollup-plugin-copy": "^3.5.0",
"vite": "^4.4.9"
}
}
}
2 changes: 1 addition & 1 deletion src/pyflask/startup/minimumApiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ def get_api_version():



return {'version': os.getenv('API_VERSION', "15.2.1-beta")}
return {'version': os.getenv('API_VERSION', "15.6.0-beta")}


0 comments on commit ffc964e

Please sign in to comment.