Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Mar 1, 2024
1 parent e058f7c commit 3df3c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 rust-crates/sns-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sns-cli"
version = "1.3.5"
version = "1.4.0"
edition = "2021"
homepage = "https://www.sns.id/"
repository = "https://github.com/Bonfida/sns-sdk"
Expand All @@ -25,7 +25,7 @@ indicatif = "0.17.3"
regex = "1.7.1"
anyhow = "1.0.69"
console = "0.15.5"
sns-sdk = { version = "1.3.5", path = "../sns-sdk" }
sns-sdk = { version = "1.4.0", path = "../sns-sdk" }
walkdir = "2.3.3"
borsh = "0.9"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion rust-crates/sns-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sns-sdk"
version = "1.3.5"
version = "1.4.0"
edition = "2021"
description = "The Rust SDK provides everything you need for resolving domain ownership and records within the Solana Name Service (SNS)"
homepage = "https://www.sns.id/"
Expand Down

0 comments on commit 3df3c70

Please sign in to comment.