Skip to content

Commit

Permalink
Increase version to v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckyWu220 committed May 9, 2020
1 parent 44f3f32 commit 8f92b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"@twotalltotems/react-native-otp-input": "^1.3.5",
"@twotalltotems/react-native-otp-input": "^1.3.7",
"react": "16.6.3",
"react-native": "0.58.4"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twotalltotems/react-native-otp-input",
"version": "1.3.5",
"version": "1.3.7",
"description": "is a tiny JS library for one time passcode (OTP). Supports smart input suggestion on iOS and code autofill on Android (it will be filled when you press the copy button on the SMS notification bar)",
"main": "./dist/index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 8f92b28

Please sign in to comment.