diff --git a/manifest.json b/manifest.json index 8059610..ce0dc7b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-timestamp-notes", "name": "Timestamp Notes", - "version": "1.0.7", + "version": "1.0.8", "minAppVersion": "0.12.0", "description": "This plugin allows side-by-side notetaking with videos. Annotate your notes with timestamps to directly control the video and remember where each note comes from.", "author": "Julian Grunauer", diff --git a/package.json b/package.json index 34f1e83..3c2f210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-timestamp-notes", - "version": "1.0.7", + "version": "1.0.8", "description": "This plugin allows side-by-side notetaking with videos. Annotate your notes with timestamps to directly control the video and remember where each note comes from.", "main": "main.js", "scripts": {