From f9484c86f4c2559893060e4c2eda3fa02c50e989 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Sat, 25 Jul 2015 01:06:05 +0200 Subject: feat: bump version --- aboutit/build.gradle | 4 ++-- 1 file 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 { -- cgit v1.2.3