diff --git a/package.json b/package.json index c547802..fc13167 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "KanDo", "private": true, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "scripts": { "kangaroo": "npm run dist && npm run tauri build", diff --git a/pouch/kando.happ b/pouch/kando.happ index 9139116..bb7cf24 100644 Binary files a/pouch/kando.happ and b/pouch/kando.happ differ diff --git a/pouch/ui.zip b/pouch/ui.zip index ecdd0e0..1ae0e0d 100644 Binary files a/pouch/ui.zip and b/pouch/ui.zip differ diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ea06d54..01a395e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3933,7 +3933,7 @@ dependencies = [ [[package]] name = "kando" -version = "0.0.4" +version = "0.1.0" dependencies = [ "either", "futures", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5b6a00c..536cd81 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kando" # replace-me -version = "0.0.4" # replace-me -- Choose wisely, see "Note on Versioning" in README +version = "0.1.0" # replace-me -- Choose wisely, see "Note on Versioning" in README description = "KanBan Boards in Holochain" authors = ["dev@holochain.org"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fae90ec..9b955d6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "KanDo", - "version": "0.0.4" + "version": "0.1.0" }, "tauri": { "allowlist": {