From 9524d37ae810830e4d64863036fca961975d28a8 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sun, 22 Sep 2019 15:20:59 +0100 Subject: [PATCH] Bump version --- mobile/build.gradle | 4 ++-- mobile/src/main/res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index f117652..e4992ca 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.acmetensortoys.ctfwstimer" minSdkVersion 16 targetSdkVersion 28 - versionCode 13 - versionName "1.3.2" + versionCode 14 + versionName "1.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/mobile/src/main/res/values/strings.xml b/mobile/src/main/res/values/strings.xml index 976c4b9..c9e1a3a 100644 --- a/mobile/src/main/res/values/strings.xml +++ b/mobile/src/main/res/values/strings.xml @@ -87,7 +87,7 @@ This project is open source under AGPLv3; see the GitHub Project Page
- © 2017 Nathaniel Wesley Filardo, Cameron Wong, and others + © 2017-2019 Nathaniel Wesley Filardo, Cameron Wong, and others ]]> -- 2.50.1