From 7ea132369827397f0b558452c96478901ca83b45 Mon Sep 17 00:00:00 2001 From: ironoa Date: Mon, 8 Feb 2021 15:48:44 +0100 Subject: [PATCH] version update --- charts/polkadot-watcher-transaction/Chart.yaml | 2 +- charts/polkadot-watcher-transaction/values.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/polkadot-watcher-transaction/Chart.yaml b/charts/polkadot-watcher-transaction/Chart.yaml index 3e0afe0..12c45d8 100644 --- a/charts/polkadot-watcher-transaction/Chart.yaml +++ b/charts/polkadot-watcher-transaction/Chart.yaml @@ -1,4 +1,4 @@ description: Polkadot Watcher name: polkadot-watcher-transaction -version: v0.2.1 +version: v0.2.2 apiVersion: v2 diff --git a/charts/polkadot-watcher-transaction/values.yaml b/charts/polkadot-watcher-transaction/values.yaml index 2592876..2ba3a6b 100644 --- a/charts/polkadot-watcher-transaction/values.yaml +++ b/charts/polkadot-watcher-transaction/values.yaml @@ -2,7 +2,7 @@ environment: production image: repo: web3f/polkadot-watcher-transaction - tag: v0.2.1 + tag: v0.2.2 config: endpoint: "wss://kusama-rpc.polkadot.io/" diff --git a/package.json b/package.json index 5da690e..182b1b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-watcher-transaction", - "version": "0.2.1", + "version": "0.2.2", "description": "Monitor events on Polkadot networks, specifically transactions", "repository": "git@github.com:w3f/polkadot-watcher-csv-exporter.git", "author": "W3F Infrastructure Team ",