From 9fb917c357b20d95d597bed4d67904c29cd5c753 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Sun, 21 Apr 2024 12:46:24 +0300 Subject: [PATCH] Bump version to 1.3.0 --- CMakeLists.txt | 4 ++-- os/android/app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0d04cd..2de2af1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -356,8 +356,8 @@ if(APPLE) endif() set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.alexbatalov.fallout2-ce") - set(MACOSX_BUNDLE_SHORT_VERSION_STRING "1.2.0") - set(MACOSX_BUNDLE_BUNDLE_VERSION "1.2.0") + set(MACOSX_BUNDLE_SHORT_VERSION_STRING "1.3.0") + set(MACOSX_BUNDLE_BUNDLE_VERSION "1.3.0") endif() add_subdirectory("third_party/fpattern") diff --git a/os/android/app/build.gradle b/os/android/app/build.gradle index de66abb..4ab5ef1 100644 --- a/os/android/app/build.gradle +++ b/os/android/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId 'com.alexbatalov.fallout2ce' minSdk 21 targetSdk 32 - versionCode 3 - versionName '1.2.0' + versionCode 4 + versionName '1.3.0' externalNativeBuild { cmake { arguments '-DANDROID_STL=c++_static'