Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Jun 2, 2023
1 parent 25cd367 commit aa6d1e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["packages/*", "contracts/*"]
resolver = "2"

[workspace.package]
version = "1.2.4"
version = "1.2.5"
edition = "2021"
homepage = "https://stargaze.zone"
repository = "https://github.com/public-awesome/names"
Expand Down Expand Up @@ -31,11 +31,11 @@ sg-metadata = "0.22.9"
sg-multi-test = "0.22.9"
sg-std = "0.22.9"
thiserror = "1.0.31"
sg-name-common = { version = "1.2.4", path = "./packages/sg-name-common" }
sg721-name = { version = "1.2.4", path = "./contracts/sg721-name" }
sg-name = { version = "1.2.4", path = "./packages/sg-name" }
sg-name-market = { version = "1.2.4", path = "./packages/sg-name-market" }
name-marketplace = { version = "1.2.4", path = "./contracts/marketplace", features = [
sg-name-common = { version = "1.2.5", path = "./packages/sg-name-common" }
sg721-name = { version = "1.2.5", path = "./contracts/sg721-name" }
sg-name = { version = "1.2.5", path = "./packages/sg-name" }
sg-name-market = { version = "1.2.5", path = "./packages/sg-name-market" }
name-marketplace = { version = "1.2.5", path = "./contracts/marketplace", features = [
"library",
] }

Expand Down

0 comments on commit aa6d1e0

Please sign in to comment.