diff --git a/manifest.json b/manifest.json index 592beed..47113a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "waypoint-sidebar", "name": "Waypoint Sidebar", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "0.16.3", "description": "Calendar, recent files, and custom bookmarks sidebar.", "author": "Olivier", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index a20c2de..52cb3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waypoint", - "version": "1.2.0", + "version": "1.3.0", "description": "Calendar, recent files, and custom bookmarks sidebar.", "main": "main.js", "scripts": { @@ -16,4 +16,4 @@ "obsidian": "latest", "typescript": "^5.6.0" } -} \ No newline at end of file +}