Skip to content

Commit

Permalink
Changed version to from 0.1.0 0.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Jun 16, 2021
1 parent a289059 commit a83fa0c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contracts/access/access-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "access-control"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/access/ownable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ownable"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/brush/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brush"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/brush/proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc_macros"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/token/erc1155/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erc1155"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/token/erc20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erc20"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/token/erc721/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erc721"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion examples/access-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "my_access_control"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion examples/erc20/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "my_erc20"
version = "0.1.0"
version = "0.2.0-rc1"
authors = ["Supercolony <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit a83fa0c

Please sign in to comment.