Ver código fonte

runtime spec version 2

Mokhtar Naamani 5 anos atrás
pai
commit
ffbf17f89b
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      Cargo.toml
  2. 1 1
      src/lib.rs
  3. 1 1
      wasm/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 authors = ['Joystream']
 edition = '2018'
 name = 'joystream-node-runtime'
-version = '5.1.0'
+version = '5.2.0'
 
 [features]
 default = ['std']

+ 1 - 1
src/lib.rs

@@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
     spec_name: create_runtime_str!("joystream-node"),
     impl_name: create_runtime_str!("joystream-node"),
     authoring_version: 5,
-    spec_version: 1,
+    spec_version: 2,
     impl_version: 0,
     apis: RUNTIME_API_VERSIONS,
 };

+ 1 - 1
wasm/Cargo.toml

@@ -20,4 +20,4 @@ path = '..'
 authors = ['Joystream']
 edition = '2018'
 name = 'joystream-node-runtime-wasm'
-version = '1.0.1'
+version = '5.2.0'