Skip to content

Commit 6897d1f

Browse files
committed
schema
1 parent 3f5318d commit 6897d1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/dao/neutron-chain-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A chain manager implementation that grants fine-grained admin per
44
edition = "2021"
55
name = "neutron-chain-manager"
66
repository = "https://github.com/neutron-org/neutron-dao"
7-
version = "0.5.0"
7+
version = "0.6.0"
88

99
[lib]
1010
crate-type = ["cdylib", "rlib"]

contracts/dao/neutron-chain-manager/schema/neutron-chain-manager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "neutron-chain-manager",
3-
"contract_version": "0.5.0",
3+
"contract_version": "0.6.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)