Skip to content

Commit

Permalink
New release for BHK 1.3.3 version (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Nov 19, 2024
1 parent 8297c2c commit 8b6534b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! Autogenerated runtime API
//! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen
//! EXECUTED COMMAND: target/debug/runtime-codegen --from-wasm-file
//! bridge-hub-kusama_runtime-v1003000.compact.compressed.wasm
//! bridge-hub-kusama_runtime-v1003003.compact.compressed.wasm
#[allow(dead_code, unused_imports, non_camel_case_types)]
#[allow(clippy::all)]
Expand Down
2 changes: 1 addition & 1 deletion relay-clients/client-bridge-hub-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ impl ChainWithMessages for BridgeHubKusama {

impl ChainWithRuntimeVersion for BridgeHubKusama {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 5 });
Some(SimpleRuntimeVersion { spec_version: 1_003_003, transaction_version: 5 });
}
2 changes: 1 addition & 1 deletion substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-relay"
version = "1.7.3"
version = "1.7.4"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 8b6534b

Please sign in to comment.