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",