Skip to content

Commit

Permalink
Merge pull request #86 from neutron-org/chore/prepare-versions-for-re…
Browse files Browse the repository at this point in the history
…lease

Prepare versions for release
  • Loading branch information
pr0n00gler authored Oct 17, 2023
2 parents 4b3d00f + 6c91cee commit 1826405
Show file tree
Hide file tree
Showing 28 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 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 contracts/dao/cwd-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A DAO DAO core module."
edition = "2021"
name = "cwd-core"
repository = "https://github.com/DA0-DA0/dao-contracts"
version = "0.2.0"
version = "0.2.1"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion contracts/dao/cwd-core/schema/cwd-core.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "cwd-core",
"contract_version": "0.2.0",
"contract_version": "0.2.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cwd-pre-propose-single"
version = "0.2.0"
version = "0.2.1"
authors = ["ekez <zekemedley@gmail.com>"]
edition = "2021"
repository = "https://github.com/DA0-DA0/dao-contracts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "cwd-pre-propose-single",
"contract_version": "0.2.0",
"contract_version": "0.2.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/dao/proposal/cwd-proposal-multiple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cwd-proposal-multiple"
version = "0.3.0"
version = "0.2.1"
authors = ["blue-note"]
edition = "2021"
repository = "https://github.com/DA0-DA0/dao-contracts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "cwd-proposal-multiple",
"contract_version": "0.3.0",
"contract_version": "0.2.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/dao/proposal/cwd-proposal-single/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A DAO DAO proposal module for single choice (yes / no) voting."
edition = "2021"
name = "cwd-proposal-single"
repository = "https://github.com/DA0-DA0/dao-contracts"
version = "0.3.0"
version = "0.2.1"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "cwd-proposal-single",
"contract_version": "0.3.0",
"contract_version": "0.2.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/subdaos/cwd-subdao-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cwd-subdao-core"
version = "0.3.0"
version = "0.2.1"
authors = ["ekez <ekez@withoutdoing.com>"]
edition = "2021"
repository = "https://github.com/neutron-org/neutron-dao"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "cwd-subdao-core",
"contract_version": "0.3.0",
"contract_version": "0.2.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/subdaos/cwd-subdao-timelock-single/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cwd-subdao-timelock-single"
version = "0.3.0"
version = "0.2.1"
authors = ["Andrei Zavgorodnii <andrei.z@p2p.org>"]
edition = "2021"
repository = "https://github.com/neutron-org/neutron-dao"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "cwd-subdao-timelock-single",
"contract_version": "0.3.0",
"contract_version": "0.2.1",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub type InstantiateMsg = InstantiateBase;
pub type ExecuteMsg = ExecuteBase<ProposeMessage>;
pub type QueryMsg = QueryBase<Empty>;

pub(crate) const CONTRACT_NAME: &str = "crates.io:cwd-subdao-pre-propose-single-no-timelock";
pub(crate) const CONTRACT_NAME: &str = "crates.io:cwd-security-subdao-pre-propose";
pub(crate) const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

/// Internal version of the propose message that includes the
Expand Down

0 comments on commit 1826405

Please sign in to comment.