diff --git a/manifest.json b/manifest.json index 1414bed..e2efd11 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/Darren-project", "fundingUrl": "https://www.buymeacoffee.com/mickeydarrenlau", "isDesktopOnly": false, - "version": "1.4.0" + "version": "1.4.1" } \ No newline at end of file diff --git a/version-bump.mjs b/version-bump.mjs index 9cbc557..41f6211 100644 --- a/version-bump.mjs +++ b/version-bump.mjs @@ -1,6 +1,6 @@ import { readFileSync, writeFileSync } from "fs"; -const targetVersion = "1.4.0"; +const targetVersion = "1.4.1"; // read minAppVersion from manifest.json and bump version to target version let manifest = JSON.parse(readFileSync("manifest.json", "utf8")); diff --git a/versions.json b/versions.json index 53ce692..89c84d2 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.2.1": "0.15.0", "1.2.2": "0.15.0", "1.3.0": "0.15.0", - "1.4.0": "0.15.0" + "1.4.0": "0.15.0", + "1.4.1": "0.15.0" } \ No newline at end of file