Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Sep 26, 2018
1 parent 16e3d64 commit 34b8387
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
Expand Up @@ -102,8 +102,8 @@ android {
applicationId "com.staltz.datinstaller"
minSdkVersion 16
targetSdkVersion 22
versionCode 5
versionName "1.0.1"
versionCode 7
versionName "1.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "DatInstaller",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"prepare": "patch-package",
Expand Down

0 comments on commit 34b8387

Please sign in to comment.