Skip to content

Commit 702e422

Browse files
committed
- Bump version and bugfix
1 parent 1bbdc20 commit 702e422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
defaultConfig {
1616
minSdkVersion _minSdkVersion
1717
targetSdkVersion _targetSdkVersion
18-
versionCode 25
19-
versionName "1.2.0"
18+
versionCode 26
19+
versionName "1.2.1"
2020
}
2121
}
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-send-intent",
3-
"version": "1.3.0",
3+
"version": "1.2.1",
44
"description": "React Native Android module to use Android's Intent actions for send sms, text to shareable apps, open custom apps, make phone calls and etc",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)