Skip to content

Commit 3f2e05a

Browse files
author
housseindjirdeh
committed
chore(release): bump version to v1.1
1 parent 6c4a9df commit 3f2e05a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ android {
9999
applicationId "com.gitpoint"
100100
minSdkVersion 16
101101
targetSdkVersion 22
102-
versionCode 1
103-
versionName "1.0"
102+
versionCode 2
103+
versionName "1.1"
104104
ndk {
105105
abiFilters "armeabi-v7a", "x86"
106106
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitpoint",
3-
"version": "1.1.0",
3+
"version": "1.1",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

0 commit comments

Comments
 (0)