diff --git a/manifest.json b/manifest.json index 7c1ae56..12ee49e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "practice-planner", "name": "Weekly Music Practice Planner", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.15.0", "description": "Plan and track weekly music practice: per-skill progress by day, plus per-day notes.", "author": "Patrick Driggett", "authorUrl": "", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2bb2f74..6e90a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "practice-planner", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "practice-planner", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index a6f61a6..f4bf237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practice-planner", - "version": "0.1.0", + "version": "0.1.1", "description": "Weekly Music Practice Planner for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9be1f3d..397499d 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.15.0" -} + "0.1.0": "0.15.0", + "0.1.1": "0.15.0" +} \ No newline at end of file