From 0ce91c47c29a57d1e55e45c370dfeec2fd677f5b Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 9 Nov 2023 15:10:33 +0900 Subject: [PATCH] Update: Bump 2.1.1 --- package.json | 2 +- public/manifest_chrome.json | 2 +- public/manifest_firefox.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fd9d41f..44826cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gunma-univ-gaming-edition", "description": "The browser extension of Gunma University Gaming Edition", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "scripts": { "build": "pnpm run build-chrome", "build:dev": "pnpm run build-chrome:dev", diff --git a/public/manifest_chrome.json b/public/manifest_chrome.json index f8fdb3a..fc8088d 100644 --- a/public/manifest_chrome.json +++ b/public/manifest_chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ゲーミング群馬大学 -Gaming Gunma University-", - "version": "2.1.0", + "version": "2.1.1", "description": "辺境の地にある群馬大学のウェブサイトをゲーミングでエキサイティングにします", "author": "shun819.mail@gmail.com", "permissions": ["storage", "tabs"], diff --git a/public/manifest_firefox.json b/public/manifest_firefox.json index ece26bd..8c4ad22 100644 --- a/public/manifest_firefox.json +++ b/public/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ゲーミング群馬大学 -Gaming Gunma University-", - "version": "2.1.0", + "version": "2.1.1", "description": "辺境の地にある群馬大学のウェブサイトをゲーミングでエキサイティングにします", "author": "shun819.mail@gmail.com", "permissions": ["storage", "tabs"], @@ -22,7 +22,6 @@ "default_title": "Gaming Gunma University", "default_popup": "popup.html" }, - "options_ui": { "page": "options.html", "open_in_tab": true