diff --git a/manifest.json b/manifest.json index ed8ce293c..f72c6a00d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-day-planner", "name": "Day Planner", - "version": "0.23.1", + "version": "0.23.2", "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 b8a1dd8ef..084426ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner", - "version": "0.23.1", + "version": "0.23.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner", - "version": "0.23.1", + "version": "0.23.2", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.11", diff --git a/package.json b/package.json index 9b3b2fd1e..daa45f774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner", - "version": "0.23.1", + "version": "0.23.2", "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 53804465a..fabd037f0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.23.2": "0.16.0", "0.23.1": "0.16.0", "0.23.0": "0.16.0", "0.22.1": "0.16.0",