From ecc924e7e031ff4d4d5ce92aec05df4064b9b55a Mon Sep 17 00:00:00 2001 From: zuluwi <111116092+zuluwi@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:02:38 +0300 Subject: [PATCH] bump version --- manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- versions.json | 4 +--- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index d65f964..c8b48b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-vlc-bridge", "name": "VLC Bridge", - "version": "0.1.2", + "version": "0.0.2", "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", diff --git a/package-lock.json b/package-lock.json index aca37df..33b252e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-vlc-bridge", - "version": "0.1.2", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "obsidian-sample-plugin", - "version": "0.1.2", + "name": "obsidian-vlc-bridge", + "version": "0.0.2", "license": "MIT", "dependencies": { "is-port-reachable": "^4.0.0" diff --git a/package.json b/package.json index 30f5161..62c8635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vlc-bridge", - "version": "0.1.2", + "version": "0.0.2", "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 faaa4f5..8147111 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,5 @@ { "0.0.1": "0.15.0", "0.0.11": "0.15.0", - "0.1.0": "0.15.0", - "0.1.1": "0.15.0", - "0.1.2": "0.15.0" + "0.0.2": "0.15.0" } \ No newline at end of file