Skip to content

Commit

Permalink
Update: Bump 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Nov 9, 2023
1 parent 43d4754 commit 0ce91c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ゲーミング群馬大学 -Gaming Gunma University-",
"version": "2.1.0",
"version": "2.1.1",
"description": "辺境の地にある群馬大学のウェブサイトをゲーミングでエキサイティングにします",
"author": "[email protected]",
"permissions": ["storage", "tabs"],
Expand Down
3 changes: 1 addition & 2 deletions public/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ゲーミング群馬大学 -Gaming Gunma University-",
"version": "2.1.0",
"version": "2.1.1",
"description": "辺境の地にある群馬大学のウェブサイトをゲーミングでエキサイティングにします",
"author": "[email protected]",
"permissions": ["storage", "tabs"],
Expand All @@ -22,7 +22,6 @@
"default_title": "Gaming Gunma University",
"default_popup": "popup.html"
},

"options_ui": {
"page": "options.html",
"open_in_tab": true
Expand Down

0 comments on commit 0ce91c4

Please sign in to comment.