diff --git a/manifest.chrome.json b/manifest.chrome.json index f305393..310040e 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YT Playlist Features", - "version": "0.1.0", + "version": "0.1.1", "description": "Extract and work with YouTube playlist data", "permissions": [], "background": { diff --git a/manifest.firefox.json b/manifest.firefox.json index 1a1148c..c5ae2b9 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "YT Playlist Features", - "version": "0.1.0", + "version": "0.1.1", "description": "Extract and work with YouTube playlist data", "permissions": [], "background": { diff --git a/package.json b/package.json index 25f4782..f8a036c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yt-playlist-features", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "scripts": {