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.
1 parent 4c337c6 commit e199bfcCopy full SHA for e199bfc
android/build.gradle
@@ -27,7 +27,7 @@ android {
27
minSdkVersion safeExtGet("minSdkVersion", 24)
28
targetSdkVersion safeExtGet("targetSdkVersion", 35)
29
versionCode 1
30
- versionName "3.0.0"
+ versionName "3.1.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.0.0",
+ "version": "3.1.0",
15
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
16
"keywords": [
17
"auth",
0 commit comments