diff --git a/package.json b/package.json index 8dec79b..087e304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smartify", "private": true, - "version": "0.0.1", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c60f2d0..94326e4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Smartify" -version = "0.0.1" +version = "0.1.0" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ff3b702..0752f2d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Smartify", - "version": "0.0.1" + "version": "0.1.0" }, "tauri": { "allowlist": {