Skip to content

Commit

Permalink
feat: ✨ Update app version to 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Nov 4, 2022
2 parents 2e1b3ee + 12d62f9 commit beb8f4b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ build/
app.spec

*.pyc
package-lock.json
src/.DS_Store
.DS_Store
electron-builder.yml
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soda-for-sparc",
"productName": "SODA for SPARC",
"version": "9.4.0",
"version": "9.4.1",
"description": "Keep Calm and Curate ",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyflask/startup/minimumApiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ def get_api_version():
Returns the version of the API
"""

return {'version': os.getenv('API_VERSION', "9.4.0")}
return {'version': os.getenv('API_VERSION', "9.4.1")}


0 comments on commit beb8f4b

Please sign in to comment.