Skip to content

Commit

Permalink
Set all to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Aug 26, 2021
1 parent ab785e3 commit e304e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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/dso-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dso-token"
version = "0.2.0"
version = "0.1.0"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion contracts/tfi-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cosmwasm-storage = { version = "0.16.0", features = ["iterator"] }
anyhow = { version = "1", features = ["backtrace"] }
cw-multi-test = "0.8.0"
tfi-pair = { path = "../tfi-pair", version = "0.1" }
dso-token = { path = "../dso-token", version = "0.2" }
dso-token = { path = "../dso-token", version = "0.1" }
derivative = "2"
cw4-group = { version = "0.8", features = ["library"] }
cw4 = "0.8"
Expand Down

0 comments on commit e304e13

Please sign in to comment.