From 5bb6d472dfd124bc97750fec9ea7173a30926815 Mon Sep 17 00:00:00 2001 From: Alessio Onori Date: Thu, 19 Sep 2024 15:27:17 +0200 Subject: [PATCH] bump version --- charts/polkadot-watcher/Chart.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/polkadot-watcher/Chart.yaml b/charts/polkadot-watcher/Chart.yaml index f42a755..83f673a 100644 --- a/charts/polkadot-watcher/Chart.yaml +++ b/charts/polkadot-watcher/Chart.yaml @@ -1,5 +1,5 @@ description: Polkadot Watcher name: polkadot-watcher -version: v4.4.3 -appVersion: v4.4.3 +version: v4.4.4 +appVersion: v4.4.4 apiVersion: v2 diff --git a/package.json b/package.json index ef0e86f..ac4668f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-watcher", - "version": "4.4.3", + "version": "4.4.4", "description": "Monitor events on Polkadot networks", "repository": "git@github.com:w3f/polkadot-watcher.git", "author": "W3F Infrastructure Team ",