diff --git a/manifest.json b/manifest.json index 1666e8bcc..449d1af99 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-day-planner", "name": "Day Planner", - "version": "0.17.0", + "version": "0.17.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 0268aae16..ae25162e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner", - "version": "0.17.0", + "version": "0.17.1", "license": "MIT", "dependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index a404586ac..18743d327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner", - "version": "0.17.0", + "version": "0.17.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 ed06b708e..d7991e543 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.17.1": "0.16.0", "0.17.0": "0.16.0", "0.16.0": "0.16.0", "0.15.3": "0.16.0",