diff --git a/package.json b/package.json index a263e5f6cc..0325efb469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untitled-app", - "version": "0.22.0", + "version": "0.22.1", "private": true, "dependencies": { "@codemirror/autocomplete": "^6.16.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6f9404ac35..75cd3655d7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -74,5 +74,5 @@ } }, "productName": "Zoo Modeling App", - "version": "0.22.0" + "version": "0.22.1" }