From 59a8be9efa4a6613d79e9c32da93bf459046fc24 Mon Sep 17 00:00:00 2001 From: zuluwi <111116092+zuluwi@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:01:34 +0300 Subject: [PATCH] 0.0.10 --- 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 cba282a..1acea04 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vlc-bridge", "name": "VLC Bridge", - "version": "0.0.9", + "version": "0.0.10", "minAppVersion": "1.4.11", "description": "Take video/movie notes with timestamp links and snapshots from VLC Player.", "author": "zuluwi", diff --git a/package-lock.json b/package-lock.json index 9c116e1..46bae0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vlc-bridge", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vlc-bridge", - "version": "0.0.9", + "version": "0.0.10", "license": "GPL-3.0", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index e70e53a..dd9ba56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vlc-bridge", - "version": "0.0.9", + "version": "0.0.10", "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 e3ac80c..1c9c3d1 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.0.6": "1.4.11", "0.0.7": "1.4.11", "0.0.8": "1.4.11", - "0.0.9": "1.4.11" + "0.0.9": "1.4.11", + "0.0.10": "1.4.11" } \ No newline at end of file