Skip to content

Commit

Permalink
fix: starting version of templates
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmpw committed Aug 25, 2023
1 parent 7b8c793 commit 9636303
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cw20/base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "{{project-name}}"
version = "0.0.1"
version = "0.1.0"
authors = ["{{authors}}"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cw20/escrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "{{project-name}}"
version = "0.0.1"
version = "0.1.0"
authors = ["{{authors}}"]
edition = "2021"
description = "Implementation of an escrow that accepts CosmWasm-20 tokens as well as native tokens"
Expand Down
2 changes: 1 addition & 1 deletion cw721/on-chain-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "{{project-name}}"
version = "0.0.1"
version = "0.1.0"
authors = ["{{authors}}"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion increment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "{{project-name}}"
version = "0.0.1"
version = "0.1.0"
authors = ["{{authors}}"]
edition = "2021"

Expand Down

0 comments on commit 9636303

Please sign in to comment.