diff --git a/manifest.json b/manifest.json index f157034..8f3097d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-deadlines", "name": "Deadlines", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.4.13", "description": "An Obsidian plugin that displays notes with deadlines in a calendar view.", "author": "Liz Wigglesworth", diff --git a/package.json b/package.json index e99f7ed..59857d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-deadlines", - "version": "0.1.2", + "version": "0.1.3", "description": "An Obsidian plugin that displays notes with deadlines in a calendar view.", "main": "main.js", "scripts": {