diff --git a/package.json b/package.json index 1a80f731fd..fec843ce91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untitled-app", - "version": "0.19.1", + "version": "0.19.2", "private": true, "dependencies": { "@codemirror/autocomplete": "^6.16.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0347fd8e34..15671ff1e9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -71,5 +71,5 @@ } }, "productName": "Zoo Modeling App", - "version": "0.19.1" + "version": "0.19.2" }