Skip to content

Commit

Permalink
Bump version 0.2.0 (#80)
Browse files Browse the repository at this point in the history
* feat: evm custom network

* chore: bump version
  • Loading branch information
pedrxlz authored Jan 15, 2025
1 parent c8fd03f commit a95996f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -15,7 +15,7 @@ homepage = "https://klever.org/"
license = "Apache-2.0"
repository = "https://github.com/kleverio/kos-rs"
rust-version = "1.69.0"
version = "0.1.2"
version = "0.2.0"

[workspace.dependencies]
bech32 = "0.9.1"
Expand Down Expand Up @@ -50,5 +50,5 @@ log = "0.4"
lazy_static = "1.4.0"
thiserror = "1.0"

kos = { version = "0.1.0", path = "./packages/kos", default-features = false }
kos = { version = "0.2.0", path = "./packages/kos", default-features = false }
kos-mobile = { version = "0.1.0", path = "./packages/kos-mobile", default-features = false }

0 comments on commit a95996f

Please sign in to comment.