diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6e9b0b71..1c6d12e7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "carpe" -version = "1.0.2" +version = "1.0.3" 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 c875ac74..ab1331f2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "carpe", - "version": "1.0.2" + "version": "1.0.3" }, "build": { "distDir": "../dist", @@ -15,7 +15,7 @@ "endpoints": [ "https://raw.githubusercontent.com/0LNetworkCommunity/carpe/main/autoupdater/autoupdater_payload.json" ], - "dialog": false, + "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk2NDM3QUIwRDdENjkyNjgKUldSb2t0YlhzSHBEbHZOTkNCT3ljZTJESE1yc2t5c1dqbFd0VkZ2THM3N0RucTV0TC9FeDBQb1oK" }, "bundle": {