From 0c5dd2e37511850f69b791ebeb84c66584bc649b Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 9 Apr 2026 18:34:35 +0900 Subject: [PATCH] Bump to 0.3.0 --- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.chrome.json b/manifest.chrome.json index af4e3bb..1df555d 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YT Playlist Features", - "version": "0.2.0", + "version": "0.3.0", "description": "Extract and work with YouTube playlist data", "permissions": ["storage"], "background": { diff --git a/manifest.firefox.json b/manifest.firefox.json index 733bc59..61f1be7 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YT Playlist Features", - "version": "0.2.0", + "version": "0.3.0", "description": "Extract and work with YouTube playlist data", "permissions": ["storage"], "background": { diff --git a/package-lock.json b/package-lock.json index 5ae8d5c..4394551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yt-playlist-features", - "version": "0.1.1", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yt-playlist-features", - "version": "0.1.1", + "version": "0.3.0", "dependencies": { "webextension-polyfill": "^0.12.0" }, diff --git a/package.json b/package.json index 8a75fce..a41a10d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yt-playlist-features", - "version": "0.2.0", + "version": "0.3.0", "private": true, "type": "module", "scripts": {