Skip to content

Commit

Permalink
Bump version to 2.8.1 (spec v151) (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk authored Jun 5, 2024
1 parent 077a523 commit 65c2de3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions activation-service/helm/tfchainactivationservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: tfchainactivationservice
description: TFchain account activation funding service
type: application
version: 2.8.0
appVersion: '2.8.0'
version: 2.8.1
appVersion: '2.8.1'
2 changes: 1 addition & 1 deletion activation-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substrate-funding-service",
"version": "2.8.0",
"version": "2.8.1",
"description": "Substrate funding service",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: tfchainbridge
description: Bridge for TFT between Tfchain Stellar
type: application
version: 2.8.0
appVersion: '2.8.0'
version: 2.8.1
appVersion: '2.8.1'
2 changes: 1 addition & 1 deletion clients/tfchain-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfgrid-api-client",
"version": "2.8.0",
"version": "2.8.1",
"description": "API client for the TF Grid",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfchain-js-scripts",
"version": "2.8.0",
"version": "2.8.1",
"description": "scripts to fetch data / write data to tfchain",
"main": "index.js",
"scripts": {
Expand Down
26 changes: 13 additions & 13 deletions substrate-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substrate-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/threefoldtech/tfchain3"
version = "2.8.0"
version = "2.8.1"

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions substrate-node/charts/substrate-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: substrate-node
description: Tfchain node
type: application
version: 2.8.0
appVersion: '2.8.0'
version: 2.8.1
appVersion: '2.8.1'
2 changes: 1 addition & 1 deletion substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("substrate-threefold"),
impl_name: create_runtime_str!("substrate-threefold"),
authoring_version: 1,
spec_version: 150,
spec_version: 151,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down
2 changes: 1 addition & 1 deletion tools/fork-off-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-off-substrate",
"version": "2.8.0",
"version": "2.8.1",
"description": "This script allows bootstrapping a new substrate chain with the current state of a live chain",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 65c2de3

Please sign in to comment.