From 0859c9e52faf8e4dae0ce10a7ae615ce716ecd98 Mon Sep 17 00:00:00 2001 From: pdriggett Date: Sat, 20 Jun 2026 10:49:48 -0700 Subject: [PATCH] 0.1.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index c806afa..3d48069 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "practice-planner", "name": "Weekly Music Practice Planner", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.4.0", "description": "Plan and track weekly music practice: per-skill progress by day, plus per-day notes.", "author": "Patrick Driggett", diff --git a/package-lock.json b/package-lock.json index 8eca440..f7aa183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "practice-planner", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "practice-planner", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 7c1d335..9d17c7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practice-planner", - "version": "0.1.2", + "version": "0.1.3", "description": "Weekly Music Practice Planner for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 69a452a..2f9aa48 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "0.15.0", "0.1.1": "0.15.0", - "0.1.2": "1.4.0" + "0.1.2": "1.4.0", + "0.1.3": "1.4.0" } \ No newline at end of file