Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Mar 5, 2022
1 parent d394135 commit 3cda08e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions 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 contracts/minter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minter"
version = "0.6.0"
version = "0.6.1"
authors = ["Jake Hartnell <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/sg721/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg721"
version = "0.6.0"
version = "0.6.1"
authors = ["Shane Vitarana <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/whitelist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whitelist"
version = "0.6.0"
version = "0.6.1"
authors = ["Shane Vitarana <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion packages/sg-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg-std"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

authors = ["Jorge Hernandez <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion packages/sg-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg-utils"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Shane Vitarana <[email protected]>"]
description = "Common utilities for Stargaze contract"
Expand Down

0 comments on commit 3cda08e

Please sign in to comment.