Skip to content

Commit

Permalink
set version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed Jun 2, 2023
1 parent 81a92a8 commit 4ed4d0c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 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 @@ -5,7 +5,7 @@ path = "src/main.rs"
[package]
name = "cere"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
version = "3.0.0-dev"
version = "3.0.1"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-cli"
version = "3.0.0-dev"
version = "3.0.1"
edition = "2021"

[package.metadata.wasm-pack.profile.release]
Expand Down
2 changes: 1 addition & 1 deletion node/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-client"
version = "3.0.0-dev"
version = "3.0.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-service"
version = "3.0.0-dev"
version = "3.0.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-rpc"
version = "3.0.0-dev"
version = "3.0.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere-dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-dev-runtime"
version = "3.0.0-dev"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere-dev/constants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-dev-runtime-constants"
version = "3.0.0-dev"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-runtime"
version = "3.0.0-dev"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/constants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-runtime-constants"
version = "3.0.0-dev"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cere-runtime-common"
version = "3.0.0-dev"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"

Expand Down

0 comments on commit 4ed4d0c

Please sign in to comment.