From 798e42dfaf78db9f7a53bbf794d80de6cc404742 Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Sun, 29 Oct 2023 15:54:07 +0200 Subject: [PATCH] bump version 2.11.3 --- 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 34df41e..b6fefd4 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.11.2' +appVersion: '2.11.3' diff --git a/package-lock.json b/package-lock.json index db2bf24..3eb21fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql_tfgrid", - "version": "2.11.2", + "version": "2.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphql_tfgrid", - "version": "2.11.2", + "version": "2.11.3", "license": "ISC", "dependencies": { "@subsquid/archive-registry": "1.0.18", diff --git a/package.json b/package.json index 4cc832b..4dc908c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphql_tfgrid", "private": "true", - "version": "2.11.2", + "version": "2.11.3", "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 750da88..0d68c06 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.11.2' +appVersion: '2.11.3'