Skip to content

Commit

Permalink
bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Mar 12, 2022
1 parent caa279b commit c097089
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "encointer-client-notee"
authors = ["encointer.org <alain@encointer.org>"]
edition = "2021"
#keep with node version
version = "0.8.1"
version = "0.8.2"

[dependencies]
clap = "2.33"
Expand Down
2 changes: 1 addition & 1 deletion client/encointer-api-client-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encointer-api-client-extension"
version = "0.8.0"
version = "0.8.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "encointer-node-notee"
repository = "https://github.com/encointer/encointer-node"
#keep with client version
version = "0.8.1"
version = "0.8.2"

[[bin]]
name = "encointer-node-notee"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "encointer-node-notee-runtime"
repository = "https://github.com/encointer/encointer-node/"
# minor revision must match node/client
# patch revision must match runtime spec_version
version = "0.8.12"
version = "0.8.13"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// The version of the runtime specification. A full node will not attempt to use its native
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
// `spec_version`, and `authoring_version` are the same between Wasm and native.
spec_version: 12,
spec_version: 13,
impl_version: 0,

apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit c097089

Please sign in to comment.