We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8615364 + 457d3aa commit b7807d0Copy full SHA for b7807d0
android/build.gradle
@@ -27,7 +27,7 @@ android {
27
minSdkVersion safeExtGet("minSdkVersion", 24)
28
targetSdkVersion safeExtGet("targetSdkVersion", 35)
29
versionCode 1
30
- versionName "3.1.0"
+ versionName "4.0.0"
31
}
32
33
package.json
@@ -11,7 +11,7 @@
11
],
12
"main": "dist/index.js",
13
"types": "dist/index.d.ts",
14
- "version": "3.1.0",
+ "version": "4.0.0",
15
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
16
"keywords": [
17
"auth",
0 commit comments