diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e173e917..c65d46ad 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "carpe" -version = "1.0.5" +version = "1.0.6" authors = ["0LNetworkCommunity"] default-run = "carpe" description = "a light miner and wallet for libra" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5e7daa02..1895346f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "carpe", - "version": "1.0.5" + "version": "1.0.6" }, "build": { "distDir": "../dist",