Skip to content

Commit

Permalink
chore: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Jan 30, 2024
1 parent 9b0d541 commit 54d93e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion invarch/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "invarch-node"
version = "1.0.0"
version = "1.1.1"
authors = ["InvArchitects <https://github.com/InvArch>"]
description = "A Substrate-based InvArch Node."
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion invarch/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "invarch-runtime"
version = "1.0.0"
version = "1.1.1"
authors = ["InvArchitects <https://github.com/InvArch>"]
license = "Unlicense"
homepage = "https://substrate.io"
Expand Down
2 changes: 1 addition & 1 deletion invarch/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("invarch"),
impl_name: create_runtime_str!("invarch"),
authoring_version: 1,
spec_version: 5,
spec_version: 6,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 54d93e7

Please sign in to comment.