From 35f6c7e7d97d137cefeb2df9d168095448cd0a2c Mon Sep 17 00:00:00 2001 From: dylanVerstraete Date: Thu, 27 Jul 2023 12:50:03 +0200 Subject: [PATCH] chore: bump version to 2.11.0 --- indexer/chart/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- processor-chart/Chart.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/indexer/chart/Chart.yaml b/indexer/chart/Chart.yaml index 560a634..8056df2 100644 --- a/indexer/chart/Chart.yaml +++ b/indexer/chart/Chart.yaml @@ -2,4 +2,4 @@ name: tfchainindexer description: Helm Chart for the tfchain hydra indexer version: 2.7.7 apiVersion: v2 -appVersion: '2.10.0' +appVersion: '2.11.0' diff --git a/package-lock.json b/package-lock.json index ebda9e9..5eff12e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql_tfgrid", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphql_tfgrid", - "version": "2.10.0", + "version": "2.11.0", "license": "ISC", "dependencies": { "@subsquid/archive-registry": "1.0.18", diff --git a/package.json b/package.json index 44265b6..d798c1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphql_tfgrid", "private": "true", - "version": "2.10.0", + "version": "2.11.0", "description": "GraphQL server and Substrate indexer. Generated with ♥ by Hydra-CLI", "author": "", "license": "ISC", diff --git a/processor-chart/Chart.yaml b/processor-chart/Chart.yaml index d3feeee..cd28f69 100644 --- a/processor-chart/Chart.yaml +++ b/processor-chart/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: tfchain-processor description: A chart for the tfchain graphql processor and query node version: 1.0.6 -appVersion: '2.10.0' +appVersion: '2.11.0'