Cut release v0.23.1 (#2916)

* Cut release v0.23.1

* Add if to json download
This commit is contained in:
Pierre Jacquier
2024-07-05 05:39:17 -04:00
committed by GitHub
parent 4f4167b247
commit 0e8d0083c4
3 changed files with 7 additions and 3 deletions

View File

@ -138,6 +138,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
if: github.event_name == 'schedule'
- name: Copy updated .json files
if: github.event_name == 'schedule'

View File

@ -1,6 +1,6 @@
{
"name": "untitled-app",
"version": "0.23.0",
"version": "0.23.1",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^6.17.0",

View File

@ -69,7 +69,10 @@
}
],
"desktop": {
"schemes": ["zoo", "zoo-modeling-app"]
"schemes": [
"zoo",
"zoo-modeling-app"
]
}
},
"shell": {
@ -77,5 +80,5 @@
}
},
"productName": "Zoo Modeling App",
"version": "0.23.0"
"version": "0.23.1"
}