This reverts commit 93c998116bce6f1c369ec38136b5d8972f48d0c9.
@@ -1993,7 +1993,7 @@ dependencies = [
[[package]]
name = "joystream-node"
-version = "3.3.2"
+version = "3.3.1"
dependencies = [
"frame-benchmarking",
"frame-benchmarking-cli",
@@ -2053,7 +2053,7 @@ dependencies = [
name = "joystream-node-runtime"
-version = "7.5.2"
+version = "7.5.1"
"frame-executive",
@@ -3,7 +3,7 @@ authors = ['Joystream contributors']
build = 'build.rs'
edition = '2018'
name = 'joystream-node'
-version = '3.3.2'
+version = '3.3.1'
default-run = "joystream-node"
[[bin]]
@@ -4,7 +4,7 @@ edition = '2018'
name = 'joystream-node-runtime'
# Follow convention: https://github.com/Joystream/substrate-runtime-joystream/issues/1
# {Authoring}.{Spec}.{Impl} of the RuntimeVersion
-version = '7.5.2'
+version = '7.5.1'
[dependencies]
# Third-party dependencies
@@ -71,7 +71,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("joystream-node"),
authoring_version: 7,
spec_version: 5,
- impl_version: 2,
+ impl_version: 1,
apis: crate::runtime_api::EXPORTED_RUNTIME_API_VERSIONS,
transaction_version: 1,
};