diff --git a/manifest.json b/manifest.json index 0e96fdb..0d285f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "birthday-tracker", "name": "Birthday-Tracker", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.15.0", "description": "Keep track of all birthdays of your family and friends.", "author": "Marius Wörfel", "authorUrl": "https://github.com/Raboro", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9c6e5fd..b34f695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "birthday-tracker", - "version": "1.1.2", + "version": "1.1.3", "description": "Keep track of all birthdays of your family and friends.", "main": "src/main.js", "scripts": { @@ -8,7 +8,7 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json", "lint:fix": "bunx eslint --fix src", - "lint": "bunx eslint src" + "lint": "bunx eslint src" }, "keywords": [], "author": "Marius Wörfel", @@ -23,4 +23,4 @@ "tslib": "2.4.0", "typescript": "4.7.4" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index a47ade9..7052dcb 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.0.9": "0.15.0", "1.1.0": "0.15.0", "1.1.1": "0.15.0", - "1.1.2": "0.15.0" -} + "1.1.2": "0.15.0", + "1.1.3": "0.15.0" +} \ No newline at end of file