diff --git a/AerofoilAndroid/app/build.gradle b/AerofoilAndroid/app/build.gradle index 5c82ee1..199fce0 100644 --- a/AerofoilAndroid/app/build.gradle +++ b/AerofoilAndroid/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 16 targetSdkVersion 29 - versionCode 9 - versionName "1.0.13" + versionCode 10 + versionName "1.0.14" externalNativeBuild { ndkBuild { arguments "APP_PLATFORM=android-16" diff --git a/ApplicationResourcePatches/DITL/2005.json b/ApplicationResourcePatches/DITL/2005.json index eecd92b..381f6df 100644 --- a/ApplicationResourcePatches/DITL/2005.json +++ b/ApplicationResourcePatches/DITL/2005.json @@ -18,7 +18,7 @@ "enabled" : false }, { - "name" : "Aerofoil ©2019-2020 Eric Lasota", + "name" : "Aerofoil ©2019-2021 Eric Lasota", "itemType" : "Label", "pos" : [ 16, 21 ], "size" : [ 406, 20 ], diff --git a/GpCommon/GpBuildVersion.h b/GpCommon/GpBuildVersion.h index 83a21c6..b235784 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 13 +#define GP_BUILD_VERSION_UPDATE 14 -#define GP_APPLICATION_VERSION_STRING "1.0.13" +#define GP_APPLICATION_VERSION_STRING "1.0.14" #define GP_APPLICATION_COPYRIGHT_STRING "2019-2021 Eric Lasota" #define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil"