From 05ea7d3cde51e2f3ffe619ccd7dd47424fda6851 Mon Sep 17 00:00:00 2001 From: Sameh Abouel-saad Date: Mon, 27 May 2024 14:34:54 +0300 Subject: [PATCH] bump version 2.12.0 (#177) --- indexer/chart/Chart.yaml | 2 +- package.json | 2 +- processor-chart/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indexer/chart/Chart.yaml b/indexer/chart/Chart.yaml index 1136a66..3489f1f 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.8 apiVersion: v2 -appVersion: '2.11.9' +appVersion: '2.12.0' diff --git a/package.json b/package.json index 36c6323..1d52cc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphql_tfgrid", "private": "true", - "version": "2.11.9", + "version": "2.12.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 2303864..3d687b4 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.9' +appVersion: '2.12.0'