From a834b7ed71dfc3c043842a125d170746435f1551 Mon Sep 17 00:00:00 2001 From: Michael Lake Date: Wed, 23 Oct 2024 12:11:30 +0200 Subject: [PATCH] Release 3.0.5 --- dist/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index c96aa6f..f57a364 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,3 +1,3 @@ { - "version": "3.0.4" + "version": "3.0.5" } diff --git a/package-lock.json b/package-lock.json index 3606bb5..d0f6701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alleyway/add-tradingview-alerts-tool", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alleyway/add-tradingview-alerts-tool", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "dependencies": { "commander": "^11.1.0", diff --git a/package.json b/package.json index 6520540..3335822 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ ], "author": "Michael Lake", "license": "MIT", - "version": "3.0.4", + "version": "3.0.5", "dependencies": { "commander": "^11.1.0", "consola": "^3.2.3", diff --git a/src/manifest.json b/src/manifest.json index b348b31..6a42897 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,3 +1,3 @@ { - "version": "3.0.4" + "version": "3.0.5" }