From 4182a1a107874821b1afb447ee168d3caf1371e5 Mon Sep 17 00:00:00 2001 From: elasota Date: Wed, 22 Jun 2022 21:31:46 -0400 Subject: [PATCH] Bump version to 1.1.3 --- AerofoilAndroid/app/build.gradle | 4 ++-- GpCommon/GpBuildVersion.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AerofoilAndroid/app/build.gradle b/AerofoilAndroid/app/build.gradle index 74c1834..8aaba98 100644 --- a/AerofoilAndroid/app/build.gradle +++ b/AerofoilAndroid/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 16 targetSdkVersion 30 - versionCode 16 - versionName "1.1.2" + versionCode 17 + versionName "1.1.3" externalNativeBuild { ndkBuild { arguments "APP_PLATFORM=android-16" diff --git a/GpCommon/GpBuildVersion.h b/GpCommon/GpBuildVersion.h index 729ea4a..1ee1236 100644 --- a/GpCommon/GpBuildVersion.h +++ b/GpCommon/GpBuildVersion.h @@ -2,8 +2,8 @@ #define GP_BUILD_VERSION_MAJOR 1 #define GP_BUILD_VERSION_MINOR 1 -#define GP_BUILD_VERSION_UPDATE 2 +#define GP_BUILD_VERSION_UPDATE 3 -#define GP_APPLICATION_VERSION_STRING "1.1.2" -#define GP_APPLICATION_COPYRIGHT_STRING "2019-2021 Gale Force Games LLC" +#define GP_APPLICATION_VERSION_STRING "1.1.3" +#define GP_APPLICATION_COPYRIGHT_STRING "2019-2022 Gale Force Games LLC" #define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil"