We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7010566 + eee4fa1 commit 0d4393fCopy full SHA for 0d4393f
android/build.gradle
@@ -27,7 +27,7 @@ android {
27
minSdkVersion safeExtGet("minSdkVersion", 24)
28
targetSdkVersion safeExtGet("targetSdkVersion", 35)
29
versionCode 1
30
- versionName "4.0.0"
+ versionName "4.1.0"
31
}
32
33
package.json
@@ -4,7 +4,7 @@
4
"author": "Xmartlabs <hi@xmartlabs.com>",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
- "version": "4.0.0",
+ "version": "4.1.0",
8
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
9
"keywords": [
10
"auth",
0 commit comments