Skip to content

Commit

Permalink
bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Jul 25, 2022
1 parent 104ada0 commit 2d57a1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "encointer-collator"
# align major.minor revision with the runtimes. bump patch revision ad lib. make this the github release tag
version = "1.1.1"
version = "1.2.0"
authors = ["Encointer <[email protected]>"]
build = "build.rs"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/encointer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'encointer-runtime'
# major.minor revision must match collator node
# patch revision must match runtime spec_version
version = '1.1.8'
version = '1.2.8'
authors = ["Encointer <[email protected]>"]
license = "GPL-3.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/launch-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = 'launch-runtime'
# major.minor revision must match collator node. patch should match the runtimes' `spec_version`.
version = '1.0.1'
version = '1.2.1'
authors = ["Encointer <[email protected]>"]
license = "GPL-3.0"
edition = "2021"
Expand Down

0 comments on commit 2d57a1c

Please sign in to comment.