Skip to content

Commit cb69a5d

Browse files
committed
- Bump new version for npm
1 parent 2cf07dc commit cb69a5d

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 26
19-
versionName "1.2.1"
18+
versionCode 27
19+
versionName "1.2.2"
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.2.1",
3+
"version": "1.2.2",
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)