diff --git a/package.json b/package.json index 6230961593..78337551fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untitled-app", - "version": "0.24.12", + "version": "0.24.13", "private": true, "dependencies": { "@codemirror/autocomplete": "^6.17.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2002949fa7..81adc499c0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -80,5 +80,5 @@ } }, "productName": "Zoo Modeling App", - "version": "0.24.12" + "version": "0.24.13" }