Skip to content

Commit

Permalink
bump to 0.5 kando
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Sep 23, 2023
1 parent 33f924a commit 5f634e7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file modified pouch/kando.happ
Binary file not shown.
Binary file modified pouch/ui.zip
Binary file not shown.
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.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "KanDo",
"version": "0.0.4"
"version": "0.1.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 5f634e7

Please sign in to comment.