Skip to content

Commit 740b46c

Browse files
committed
improve package version
1 parent 0b5357c commit 740b46c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "React Context DevTool",
3-
"version": "3.1",
3+
"version": "3.2",
44
"description": "Devtool for React Context and useReducer",
55
"manifest_version": 2,
66
"icons": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "React Context DevTool",
3-
"version": "3.1",
3+
"version": "3.2",
44
"description": "Devtool for React Context and useReducer",
55
"manifest_version": 2,
66
"icons": {

packages/devtool-extenstion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtool-extension",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"private": true,
55
"scripts": {
66
"build:chrome": "cross-env NODE_ENV=production node ./browser/chrome/build",

0 commit comments

Comments
 (0)