Skip to content

Commit 65c2de3

Browse files
authored
Bump version to 2.8.1 (spec v151) (#978)
1 parent 077a523 commit 65c2de3

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

activation-service/helm/tfchainactivationservice/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tfchainactivationservice
33
description: TFchain account activation funding service
44
type: application
5-
version: 2.8.0
6-
appVersion: '2.8.0'
5+
version: 2.8.1
6+
appVersion: '2.8.1'

activation-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "substrate-funding-service",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Substrate funding service",
55
"main": "index.js",
66
"scripts": {

bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tfchainbridge
33
description: Bridge for TFT between Tfchain Stellar
44
type: application
5-
version: 2.8.0
6-
appVersion: '2.8.0'
5+
version: 2.8.1
6+
appVersion: '2.8.1'

clients/tfchain-client-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfgrid-api-client",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "API client for the TF Grid",
55
"main": "index.js",
66
"scripts": {

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfchain-js-scripts",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "scripts to fetch data / write data to tfchain",
55
"main": "index.js",
66
"scripts": {

substrate-node/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
66
license-file = "LICENSE"
77
readme = "README.md"
88
repository = "https://github.com/threefoldtech/tfchain3"
9-
version = "2.8.0"
9+
version = "2.8.1"
1010

1111
[workspace]
1212
members = [

substrate-node/charts/substrate-node/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: substrate-node
33
description: Tfchain node
44
type: application
5-
version: 2.8.0
6-
appVersion: '2.8.0'
5+
version: 2.8.1
6+
appVersion: '2.8.1'

substrate-node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
151151
spec_name: create_runtime_str!("substrate-threefold"),
152152
impl_name: create_runtime_str!("substrate-threefold"),
153153
authoring_version: 1,
154-
spec_version: 150,
154+
spec_version: 151,
155155
impl_version: 1,
156156
apis: RUNTIME_API_VERSIONS,
157157
transaction_version: 2,

tools/fork-off-substrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-off-substrate",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "This script allows bootstrapping a new substrate chain with the current state of a live chain",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)