Bump to 0.1.1

This commit is contained in:
Keisuke Hirata 2026-04-09 03:04:17 +09:00
parent 38dbd504d6
commit 9c4ea9dd4d
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "YT Playlist Features", "name": "YT Playlist Features",
"version": "0.1.0", "version": "0.1.1",
"description": "Extract and work with YouTube playlist data", "description": "Extract and work with YouTube playlist data",
"permissions": [], "permissions": [],
"background": { "background": {

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "YT Playlist Features", "name": "YT Playlist Features",
"version": "0.1.0", "version": "0.1.1",
"description": "Extract and work with YouTube playlist data", "description": "Extract and work with YouTube playlist data",
"permissions": [], "permissions": [],
"background": { "background": {

View File

@ -1,6 +1,6 @@
{ {
"name": "yt-playlist-features", "name": "yt-playlist-features",
"version": "0.1.0", "version": "0.1.1",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {