Skip to content

Commit b99cbce

Browse files
committed
update extension version
1 parent cd391f1 commit b99cbce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/devtool-extenstion/browser/chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "React Context DevTool",
3-
"version": "2.1",
4-
"description": "Devtool for React Context",
3+
"version": "2.2",
4+
"description": "Devtool for React Context and useReducer",
55
"manifest_version": 2,
66
"icons": {
77
"16": "assets/icons/icon16.png",

packages/devtool-extenstion/browser/firefox/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "React Context DevTool",
3-
"version": "2.1",
4-
"description": "Devtool for React Context",
3+
"version": "2.2",
4+
"description": "Devtool for React Context and useReducer",
55
"manifest_version": 2,
66
"icons": {
77
"16": "assets/icons/icon16.png",

0 commit comments

Comments
 (0)