Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Commit dc57475

Browse files
committed
Bump version
1 parent 29cd56a commit dc57475

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 16
99
targetSdkVersion 22
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "1.0.2"
1212
}
1313
}
1414

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-simpledialog-android",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "React Native Android module to use Android's AlertDialog - same idea of AlertIOS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)