prepping for Alpha.3 (#5080)

* Bump to alpha.3

* update gitlab-ci
This commit is contained in:
Benjamin Kampmann
2020-02-27 22:06:08 +01:00
committed by GitHub
parent 7b88aada1d
commit 25d1b7878a
151 changed files with 300 additions and 300 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-cli"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate node implementation in Rust."
build = "build.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-executor"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate node implementation in Rust."
edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-inspect"
version = "0.8.0-alpha.2"
version = "0.8.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-primitives"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-rpc-client"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-rpc"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-runtime"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "node-testing"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test utilities for Substrate node."
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "node-transaction-factory"
version = "0.8.0-alpha.2"
version = "0.8.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"