From 26efdb569eb67b8b90824d1a1d81a458de806c04 Mon Sep 17 00:00:00 2001 From: zuluwi <111116092+zuluwi@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:24:00 +0300 Subject: [PATCH] 0.0.8 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 75abafa..d979472 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vlc-bridge", "name": "VLC Bridge", - "version": "0.0.7", + "version": "0.0.8", "minAppVersion": "1.4.11", "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 8fd6e86..23de951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-vlc-bridge", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index 015c6ca..8265771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.7", + "version": "0.0.8", "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 273112d..fd6217f 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.0.4": "1.4.11", "0.0.5": "1.4.11", "0.0.6": "1.4.11", - "0.0.7": "1.4.11" + "0.0.7": "1.4.11", + "0.0.8": "1.4.11" } \ No newline at end of file