Skip to content

Commit

Permalink
build(build.grade, package.json): Updates version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
housseindjirdeh committed Dec 19, 2017
1 parent 0c26be6 commit dd56652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ android {
applicationId "com.gitpoint"
minSdkVersion 16
targetSdkVersion 26
versionCode 3
versionName "1.3.0"
versionCode 6
versionName "1.4.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitpoint",
"version": "1.3.0",
"version": "1.4.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down

0 comments on commit dd56652

Please sign in to comment.