From c445924c98bf2a11196774e9a4c7c9ec5eef5fb5 Mon Sep 17 00:00:00 2001 From: zuluwi <111116092+zuluwi@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:19:42 +0300 Subject: [PATCH] 0.0.9 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 69ddb5d..cba282a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "vlc-bridge", "name": "VLC Bridge", - "version": "0.0.8", + "version": "0.0.9", "minAppVersion": "1.4.11", "description": "Take video/movie notes with timestamp links and snapshots from 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 23de951..8201433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-vlc-bridge", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index 8265771..b10ab0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.8", + "version": "0.0.9", "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 fd63c91..e3ac80c 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.0.5": "1.4.11", "0.0.6": "1.4.11", "0.0.7": "1.4.11", - "0.0.8": "1.4.11" + "0.0.8": "1.4.11", + "0.0.9": "1.4.11" } \ No newline at end of file