diff --git a/manifest.json b/manifest.json index fb7d9b549..6e989539c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-day-planner", "name": "Day Planner", - "version": "0.19.2", + "version": "0.19.3", "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 23ad71c7f..fae0b3402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner", - "version": "0.19.2", + "version": "0.19.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner", - "version": "0.19.2", + "version": "0.19.3", "license": "MIT", "dependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 691dbbf2b..990029561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner", - "version": "0.19.2", + "version": "0.19.3", "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 0ca6e27a4..27e6c77d0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.19.3": "0.16.0", "0.19.2": "0.16.0", "0.19.1": "0.16.0", "0.19.0": "0.16.0",