From 3090f70ee6e327f7245115fbd37f371c24aa88e8 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 20 Feb 2021 15:16:31 -0500 Subject: [PATCH] Bump version to 1.0.13 --- 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 d4cf124..5c82ee1 100644 --- a/AerofoilAndroid/app/build.gradle +++ b/AerofoilAndroid/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 16 targetSdkVersion 29 - versionCode 8 - versionName "1.0.12" + versionCode 9 + versionName "1.0.13" externalNativeBuild { ndkBuild { arguments "APP_PLATFORM=android-16" diff --git a/GpCommon/GpBuildVersion.h b/GpCommon/GpBuildVersion.h index 3fc0d53..83a21c6 100644 --- a/GpCommon/GpBuildVersion.h +++ b/GpCommon/GpBuildVersion.h @@ -2,8 +2,8 @@ #define GP_BUILD_VERSION_MAJOR 1 #define GP_BUILD_VERSION_MINOR 0 -#define GP_BUILD_VERSION_UPDATE 12 +#define GP_BUILD_VERSION_UPDATE 13 -#define GP_APPLICATION_VERSION_STRING "1.0.12" -#define GP_APPLICATION_COPYRIGHT_STRING "2019-2020 Eric Lasota" +#define GP_APPLICATION_VERSION_STRING "1.0.13" +#define GP_APPLICATION_COPYRIGHT_STRING "2019-2021 Eric Lasota" #define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil"