From 45cb41c04a92fd791eee69565c398cbbe4dd4c2a Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Wed, 7 Aug 2024 13:41:49 -0700 Subject: [PATCH] build: app version --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 4 ++-- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index d6b1c4b..8f38720 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4459,7 +4459,7 @@ dependencies = [ [[package]] name = "kandoapp" -version = "0.0.0" +version = "0.10.9" dependencies = [ "anyhow", "app_dirs2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 75597ea..87899a9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kandoapp" -version = "0.0.0" +version = "0.10.9" description = "Kando" authors = ["you"] license = "" @@ -38,4 +38,4 @@ strip = true opt-level = "z" lto = true codegen-units = 1 -panic = "abort" \ No newline at end of file +panic = "abort" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5b99ba4..9167964 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "kando", - "version": "0.0.1", + "version": "0.10.9", "identifier": "org.holochain.kando", "build": { "beforeBuildCommand": "npm run build -w ui",