diff --git a/manifest.json b/manifest.json index 5de3290..6dfbf2c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vlc-bridge", "name": "VLC Bridge", - "version": "0.0.6", + "version": "0.0.7", "minAppVersion": "0.15.0", "description": "It allows you to control VLC Player via Obsidian and add a timestamped link or snapshot from the current video to your note. By clicking on these timestamped links, you can reopen the video at the specified time in VLC Player.", "author": "zuluwi", diff --git a/package-lock.json b/package-lock.json index 090caff..8fd6e86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-vlc-bridge", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index 2adea3b..015c6ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.6", + "version": "0.0.7", "description": "It allows you to control VLC Player via Obsidian and add a timestamped link or snapshot from the current video to your note. By clicking on these timestamped links, you can reopen the video at the specified time in VLC Player.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dd6d5d6..adca0e8 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.0.3": "0.15.0", "0.0.4": "0.15.0", "0.0.5": "0.15.0", - "0.0.6": "0.15.0" + "0.0.6": "0.15.0", + "0.0.7": "0.15.0" } \ No newline at end of file