Skip to content

Commit cd7458f

Browse files
authored
Bump version to 2.9.2 (spec v153) (#1012)
1 parent ac1b8d6 commit cd7458f

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.9.1
6-
appVersion: '2.9.1'
5+
version: 2.9.2
6+
appVersion: '2.9.2'

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.9.1",
3+
"version": "2.9.2",
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.9.1
6-
appVersion: '2.9.1'
5+
version: 2.9.2
6+
appVersion: '2.9.2'

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.9.1",
3+
"version": "2.9.2",
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.9.1",
3+
"version": "2.9.2",
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.9.1"
9+
version = "2.9.2"
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.9.1
6-
appVersion: '2.9.1'
5+
version: 2.9.2
6+
appVersion: '2.9.2'

substrate-node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
154154
spec_name: create_runtime_str!("substrate-threefold"),
155155
impl_name: create_runtime_str!("substrate-threefold"),
156156
authoring_version: 1,
157-
spec_version: 152,
157+
spec_version: 153,
158158
impl_version: 1,
159159
apis: RUNTIME_API_VERSIONS,
160160
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.9.1",
3+
"version": "2.9.2",
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)