aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-07-25 01:06:05 +0200
committerVictor Häggqvist <[email protected]>2015-07-25 01:06:05 +0200
commitf9484c86f4c2559893060e4c2eda3fa02c50e989 (patch)
tree39d5d5aded0f19b65e05f79aa67bc4eba280a972
parent7173eed564b028c5c74dc0b43df570a14dff5657 (diff)
feat: bump versionv1.1.3
-rw-r--r--aboutit/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/aboutit/build.gradle b/aboutit/build.gradle
index 858a4c5..57348c4 100644
--- a/aboutit/build.gradle
+++ b/aboutit/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'nexus-workflow'
group = "com.snilius.aboutit"
archivesBaseName = "aboutit"
-version = "1.0.3"
+version = "1.1.3"
android {
compileSdkVersion 22
@@ -14,7 +14,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
- versionCode 4
+ versionCode 5
versionName version
}
buildTypes {