diff --git a/indexer/chart/Chart.yaml b/indexer/chart/Chart.yaml index 6dcc1fe..0b03103 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.12.3' +appVersion: '2.13.0' diff --git a/package-lock.json b/package-lock.json index b652b68..7b17cd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql_tfgrid", - "version": "2.12.3", + "version": "2.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graphql_tfgrid", - "version": "2.12.3", + "version": "2.13.0", "license": "ISC", "dependencies": { "@encointer/util": "^0.14.0", diff --git a/package.json b/package.json index 0fa8539..f28201d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphql_tfgrid", "private": "true", - "version": "2.12.3", + "version": "2.13.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 9fbccd2..499b461 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.12.3' +appVersion: '2.13.0'