Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 10, 2023
1 parent 45722c2 commit a792c32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-lib"
version = "0.2.0"
version = "0.2.1"
authors = ["Zoe Faltibà <[email protected]>", "Nicola Busanello <[email protected]>"]
edition = "2021"
rust-version = "1.67"
Expand Down
2 changes: 1 addition & 1 deletion rgb-lib-ffi/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 rgb-lib-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
rgb-lib = { version = "0.2.0", path = "../" }
rgb-lib = { version = "0.2.1", path = "../" }
uniffi = "0.24.3"

[build-dependencies]
Expand Down

0 comments on commit a792c32

Please sign in to comment.