Skip to content

Commit 8c8a828

Browse files
authored
Merge pull request #13 from jossydeleon/release-version
Update version
2 parents a25f12e + ae5c7b7 commit 8c8a828

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Josymar",
66
"email": "[email protected]"
77
},
8-
"version": "2.0.0",
8+
"version": "1.1.0",
99
"private": true,
1010
"scripts": {
1111
"dev-electron": "cd ./packages/react-native-query-devtool-app && electron-forge start",

packages/react-native-query-devtool-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jsmdeleon/react-native-query-devtool-app",
33
"productName": "react-native-query-devtool-app",
4-
"version": "2.0.0",
4+
"version": "1.1.0",
55
"description": "The standalone app allows you to visualize and debug query data from your React Native application using the @jsmdeleon/react-native-query-devtool package.",
66
"main": ".webpack/main",
77
"scripts": {

packages/react-native-query-devtool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Josymar",
55
"email": "[email protected]"
66
},
7-
"version": "2.0.0",
7+
"version": "1.1.0",
88
"description": "React native component designed to simplify the process of subscribing to changes in React Query data and forwarding this information to a debugger application",
99
"repository": "https://github.com/jossydeleon/react-native-query-devtool-monorepo.git",
1010
"main": "./dist/index.js",

0 commit comments

Comments
 (0)