From 4cf8191ef3a9fbe9752dcf0eb8512bebcab3b245 Mon Sep 17 00:00:00 2001 From: Alessio Onori Date: Mon, 28 Oct 2024 18:32:16 +0100 Subject: [PATCH] bump version --- charts/polkadot-watcher-transaction/Chart.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/polkadot-watcher-transaction/Chart.yaml b/charts/polkadot-watcher-transaction/Chart.yaml index 4a2cbbf..6e77e8d 100644 --- a/charts/polkadot-watcher-transaction/Chart.yaml +++ b/charts/polkadot-watcher-transaction/Chart.yaml @@ -1,5 +1,5 @@ description: Polkadot Watcher name: polkadot-watcher-transaction -version: v1.4.1 -appVersion: v1.4.1 +version: v1.4.2 +appVersion: v1.4.2 apiVersion: v2 diff --git a/package.json b/package.json index f7098c5..2c75be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-watcher-transaction", - "version": "1.4.1", + "version": "1.4.2", "description": "Monitor events on Polkadot networks, specifically transactions", "repository": "git@github.com:w3f/polkadot-watcher-csv-exporter.git", "author": "W3F Infrastructure Team ",