From 7cc02fcc8b2c7361469ad49d0215638444044848 Mon Sep 17 00:00:00 2001 From: domchan <31119455+domechn@users.noreply.github.com> Date: Mon, 31 Jul 2023 00:32:47 +0800 Subject: [PATCH] upgrade app version (#98) --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a4e9aaf..95568bd 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4235,7 +4235,7 @@ dependencies = [ [[package]] name = "track3" -version = "0.2.4" +version = "0.3.0" dependencies = [ "binance-rs-async", "coingecko", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4d22d7a..5a22c20 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -6,7 +6,7 @@ license = "" name = "track3" repository = "" rust-version = "1.57" -version = "0.2.4" +version = "0.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 200c7d7..79f4108 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "track3", - "version": "0.2.4" + "version": "0.3.0" }, "tauri": { "allowlist": {