diff --git a/dist/manifest.json b/dist/manifest.json index 9947679..ff4ffa0 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,3 +1,3 @@ { - "version": "3.0.2" + "version": "3.0.3" } diff --git a/package-lock.json b/package-lock.json index 8e512e6..145dcf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alleyway/add-tradingview-alerts-tool", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alleyway/add-tradingview-alerts-tool", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "commander": "^11.1.0", diff --git a/package.json b/package.json index 8264d6b..b647bb7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ ], "author": "Michael Lake", "license": "MIT", - "version": "3.0.2", + "version": "3.0.3", "dependencies": { "commander": "^11.1.0", "consola": "^3.2.3", diff --git a/src/manifest.json b/src/manifest.json index 6472c93..7fc6063 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,3 +1,3 @@ { - "version": "3.0.2" + "version": "3.0.3" }