Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Dec 17, 2024
1 parent 1f7807e commit 000d3dc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charms"
description = "⚡️enchant Bitcoin with your apps"
description = "⚡️enchant Bitcoin with your spells"
repository = "https://github.com/sigma0-dev/charms"

version.workspace = true
Expand All @@ -9,7 +9,7 @@ edition.workspace = true
license.workspace = true

[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Ivan Mikushin <ivan@sigmazero.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion charms-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charms-sdk"
description = "Charms SDK: tools for building Charms apps"
description = "Charms SDK: the only dependency needed to build ZK apps on Bitcoin"

version.workspace = true
edition.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions examples/toad-token/Cargo.lock

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

3 changes: 2 additions & 1 deletion examples/toad-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "toad-token"
version = "0.1.0"
description = "A simple token Charms app"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 000d3dc

Please sign in to comment.