From 075df4d2fe0e4e972759747db9952661ed3526f4 Mon Sep 17 00:00:00 2001 From: zuluwi <111116092+zuluwi@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:26:27 +0300 Subject: [PATCH] update versions and ids --- manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 4 ++-- versions.json | 3 +-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 1acea04..cba282a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vlc-bridge", "name": "VLC Bridge", - "version": "0.0.10", + "version": "0.0.9", "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 b85cb67..917007e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-vlc-bridge", - "version": "0.0.10", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "obsidian-vlc-bridge", - "version": "0.0.10", + "name": "vlc-bridge", + "version": "0.0.9", "license": "MIT", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index 9db2e4e..e70e53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-vlc-bridge", - "version": "0.0.10", + "name": "vlc-bridge", + "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 1c9c3d1..e3ac80c 100644 --- a/versions.json +++ b/versions.json @@ -7,6 +7,5 @@ "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.10": "1.4.11" + "0.0.9": "1.4.11" } \ No newline at end of file