From 666d0bb57cf78ab76a04f868f7cf7314e1c101bf Mon Sep 17 00:00:00 2001 From: zuluwi <111116092+zuluwi@users.noreply.github.com> Date: Tue, 5 Mar 2024 04:36:44 +0300 Subject: [PATCH] 0.0.6 --- manifest.json | 18 +++++++++--------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index a7d0702..5de3290 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "vlc-bridge", - "name": "VLC Bridge", - "version": "0.0.5", - "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", - "authorUrl": "https://github.com/zuluwi", - "isDesktopOnly": true -} + "id": "vlc-bridge", + "name": "VLC Bridge", + "version": "0.0.6", + "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", + "authorUrl": "https://github.com/zuluwi", + "isDesktopOnly": true +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8edca0b..090caff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-vlc-bridge", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index 4abf7e6..2adea3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.5", + "version": "0.0.6", "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 88b5368..dd6d5d6 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.0.2": "0.15.0", "0.0.3": "0.15.0", "0.0.4": "0.15.0", - "0.0.5": "0.15.0" + "0.0.5": "0.15.0", + "0.0.6": "0.15.0" } \ No newline at end of file