Skip to content

Commit

Permalink
Merge pull request #139 from xmartlabs/v4
Browse files Browse the repository at this point in the history
[Chore] Updates the version number to 4.0.0
  • Loading branch information
Joaguirrem authored Feb 4, 2025
2 parents 8615364 + 457d3aa commit b7807d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion safeExtGet("minSdkVersion", 24)
targetSdkVersion safeExtGet("targetSdkVersion", 35)
versionCode 1
versionName "3.1.0"
versionName "4.0.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "3.1.0",
"version": "4.0.0",
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
"keywords": [
"auth",
Expand Down

0 comments on commit b7807d0

Please sign in to comment.