Skip to content

Commit

Permalink
build: app version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Aug 7, 2024
1 parent 73e0cf1 commit 45cb41c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kandoapp"
version = "0.0.0"
version = "0.10.9"
description = "Kando"
authors = ["you"]
license = ""
Expand Down Expand Up @@ -38,4 +38,4 @@ strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
panic = "abort"
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 45cb41c

Please sign in to comment.