Skip to content

Commit

Permalink
Post rebase fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Hartnell committed Mar 26, 2024
1 parent 6ab116d commit 6d4b430
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cw-wormhole = { path = "./packages/cw-wormhole", version = "2.4.1" }
cw20-stake = { path = "./contracts/staking/cw20-stake", version = "2.4.1" }
cw721-controllers = { path = "./packages/cw721-controllers", version = "2.4.1" }
cw721-roles = { path = "./contracts/external/cw721-roles", version = "2.4.1" }
dao-abc-factory = { path = "/contracts/external/dao-abc-factory", version = "*" }
dao-abc-factory = { path = "./contracts/external/dao-abc-factory", version = "*" }
dao-cw721-extensions = { path = "./packages/dao-cw721-extensions", version = "2.4.1" }
dao-dao-core = { path = "./contracts/dao-dao-core", version = "2.4.1" }
dao-dao-macros = { path = "./packages/dao-dao-macros", version = "2.4.1" }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "dao-abc-factory",
"contract_version": "2.4.0",
"contract_version": "2.4.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down

0 comments on commit 6d4b430

Please sign in to comment.