Skip to content

Commit e199bfc

Browse files
committed
chore: update version number
1 parent 4c337c6 commit e199bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
minSdkVersion safeExtGet("minSdkVersion", 24)
2828
targetSdkVersion safeExtGet("targetSdkVersion", 35)
2929
versionCode 1
30-
versionName "3.0.0"
30+
versionName "3.1.0"
3131
}
3232
}
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"main": "dist/index.js",
1313
"types": "dist/index.d.ts",
14-
"version": "3.0.0",
14+
"version": "3.1.0",
1515
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
1616
"keywords": [
1717
"auth",

0 commit comments

Comments
 (0)