Skip to content

Commit

Permalink
Bump version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
akru authored Apr 30, 2020
1 parent 4f53309 commit 747d7f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plasm-cli"
version = "0.9.9"
version = "1.0.0"
authors = [
"Takumi Yamashita <[email protected]>",
"Aleksandr Krupenkin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion bin/node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plasm-primitives"
version = "0.9.9"
version = "1.0.0"
authors = [
"Takumi Yamashita <[email protected]>",
"Aleksandr Krupenkin <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion bin/node/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plasm-rpc"
version = "0.9.9"
version = "1.0.0"
authors = [
"Takumi Yamashita <[email protected]>",
"Aleksandr Krupenkin <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plasm-runtime"
version = "0.9.9"
version = "1.0.0"
authors = [
"Takumi Yamashita <[email protected]>",
"Aleksandr Krupenkin <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 41,
impl_version: 41,
spec_version: 42,
impl_version: 42,
apis: RUNTIME_API_VERSIONS,
};

Expand Down

0 comments on commit 747d7f2

Please sign in to comment.