diff --git a/manifest.json b/manifest.json index 75402c5..0196168 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "birthday-tracker", - "name": "Birthday-Tracker", - "version": "1.1.6", - "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 -} + "id": "birthday-tracker", + "name": "Birthday-Tracker", + "version": "1.1.7", + "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 3614256..675cdf9 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "birthday-tracker", - "version": "1.1.6", - "description": "Keep track of all birthdays of your family and friends.", - "main": "src/main.js", - "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json", - "biome:write": "bunx biome check --write", - "biome:ci": "bunx biome ci" - }, - "keywords": [], - "author": "Marius Wörfel", - "license": "MIT", - "devDependencies": { - "@biomejs/biome": "^1.9.1", - "@types/bun": "^1.1.9", - "@types/node": "^22.5.5", - "builtin-modules": "4.0.0", - "esbuild": "0.24.0", - "obsidian": "1.7.2", - "tslib": "2.7.0", - "typescript": "5.6.2" - } -} + "name": "birthday-tracker", + "version": "1.1.7", + "description": "Keep track of all birthdays of your family and friends.", + "main": "src/main.js", + "scripts": { + "dev": "node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "version": "node version-bump.mjs && git add manifest.json versions.json", + "biome:write": "bunx biome check --write", + "biome:ci": "bunx biome ci" + }, + "keywords": [], + "author": "Marius Wörfel", + "license": "MIT", + "devDependencies": { + "@biomejs/biome": "^1.9.1", + "@types/bun": "^1.1.9", + "@types/node": "^22.5.5", + "builtin-modules": "4.0.0", + "esbuild": "0.24.0", + "obsidian": "1.7.2", + "tslib": "2.7.0", + "typescript": "5.6.2" + } +} \ No newline at end of file diff --git a/versions.json b/versions.json index 4855e89..dedb28a 100644 --- a/versions.json +++ b/versions.json @@ -1,19 +1,20 @@ { - "1.0.0": "0.15.0", - "1.0.1": "0.15.0", - "1.0.2": "0.15.0", - "1.0.3": "0.15.0", - "1.0.4": "0.15.0", - "1.0.5": "0.15.0", - "1.0.6": "0.15.0", - "1.0.7": "0.15.0", - "1.0.8": "0.15.0", - "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.3": "0.15.0", - "1.1.4": "0.15.0", - "1.1.5": "0.15.0", - "1.1.6": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0", + "1.0.2": "0.15.0", + "1.0.3": "0.15.0", + "1.0.4": "0.15.0", + "1.0.5": "0.15.0", + "1.0.6": "0.15.0", + "1.0.7": "0.15.0", + "1.0.8": "0.15.0", + "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.3": "0.15.0", + "1.1.4": "0.15.0", + "1.1.5": "0.15.0", + "1.1.6": "0.15.0", + "1.1.7": "0.15.0" +} \ No newline at end of file