diff --git a/manifest.json b/manifest.json index 6c9acb155..2a654cf21 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-day-planner", "name": "Day Planner", - "version": "0.15.0", + "version": "0.15.1", "minAppVersion": "0.16.0", "description": "A day planner with clean UI and readable syntax", "author": "James Lynch, continued by Ivan Lednev", diff --git a/package-lock.json b/package-lock.json index 487e19dcc..d09b87c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner", - "version": "0.15.0", + "version": "0.15.1", "license": "MIT", "dependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 4cbb409df..27535948d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner", - "version": "0.15.0", + "version": "0.15.1", "description": "A plugin to help you plan your day and setup pomodoro timers", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 98cdfd6fb..21bfff0dc 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { + "0.15.1": "0.16.0", "0.15.0": "0.16.0" }