From 629cfb0889f2fcea9d77bb8dfccfe7ee1f9e5f05 Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 20 Nov 2023 13:36:07 +0900 Subject: [PATCH] Update: Bump 2.2.1 --- package.json | 2 +- public/manifest_chrome.json | 2 +- public/manifest_firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 44f07e9..ccbc241 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.1", + "version": "2.2.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 fc8088d..36e4d07 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.1", + "version": "2.2.1", "description": "辺境の地にある群馬大学のウェブサイトをゲーミングでエキサイティングにします", "author": "shun819.mail@gmail.com", "permissions": ["storage", "tabs"], diff --git a/public/manifest_firefox.json b/public/manifest_firefox.json index 02149b9..a384da3 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.1", + "version": "2.2.1", "description": "辺境の地にある群馬大学のウェブサイトをゲーミングでエキサイティングにします", "author": "shun819.mail@gmail.com", "permissions": ["storage", "tabs"],