Skip to content

Commit

Permalink
Cut release v0.15.0 (#1436)
Browse files Browse the repository at this point in the history
Bump app version to v0.15.0

Co-authored-by: Jess Frazelle <[email protected]>
  • Loading branch information
franknoirot and jessfraz authored Feb 17, 2024
1 parent 0951082 commit 70f3ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untitled-app",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^6.10.2",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "zoo-modeling-app",
"version": "0.14.0"
"version": "0.15.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 70f3ded

Please sign in to comment.