Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Oct 1, 2020
1 parent ec3f5ce commit 1bd0aaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lerna": "3.15.0",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "npm",
"version": "3.4.1"
"version": "3.4.2"
}
2 changes: 1 addition & 1 deletion packages/react-native-version-check-expo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-native-version-check-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-version-check-expo",
"version": "3.4.1",
"version": "3.4.2",
"description": "A version checker for react-native expo applications",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-version-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-version-check",
"version": "3.4.1",
"version": "3.4.2",
"description": "A version checker for react-native applications",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 1bd0aaf

Please sign in to comment.