Skip to content

Commit

Permalink
v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Jan 1, 2023
1 parent b39e68c commit 10c9b2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "3.15.0",
"packages": ["packages/*"],
"npmClient": "npm",
"version": "3.4.3"
"version": "3.4.4"
}
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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"description": "A version checker for react-native applications",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 10c9b2a

Please sign in to comment.