Skip to content

Commit

Permalink
Merge pull request #158 from public-awesome/jhernandezb/bump-versions
Browse files Browse the repository at this point in the history
prepare 0.8.0 release
  • Loading branch information
shanev authored Mar 8, 2022
2 parents aa8de90 + bfdffcf commit b4b774b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.7.4"
version = "0.8.0"
authors = ["Jake Hartnell <jake@stargaze.zone>"]
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.7.3"
version = "0.8.0"
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
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.7.2"
version = "0.8.0"
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
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.7.2"
version = "0.8.0"
edition = "2021"

authors = ["Jorge Hernandez <jorge@publicawesome.com>"]
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.1"
version = "0.8.0"
edition = "2021"
authors = ["Shane Vitarana <s@noreply.com>"]
description = "Common utilities for Stargaze contract"
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stargazezone/types",
"version": "0.7.2",
"version": "0.8.0",
"description": "Types for Stargaze CosmWasm Contracts",
"main": "build/codegen.js",
"scripts": {
Expand Down

0 comments on commit b4b774b

Please sign in to comment.