From 53c1aa32b05e57bbfb1f69f105dc657c60f5b9ed Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 7 Sep 2021 12:09:18 +1000 Subject: [PATCH] Bump version number --- config/Version.public.xcconfig | 6 +++--- fastlane/Deliverfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 77be37459..9b704b331 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,9 +1,9 @@ -VERSION_SHORT=2.15 +VERSION_SHORT=2.15.1 // Public long version. Example: 2.0.0.0. The last 0 means the first build for // version 2.0.0 -VERSION_LONG=2.15.0.1 +VERSION_LONG=2.15.1.0 // This is the value for the CFBundleVersion it should be incremented on every // build that gets distributed -BUILD_NUMBER=11242 +BUILD_NUMBER=11243 diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index b2a0f1f08..9c0ffc9f2 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -13,7 +13,7 @@ screenshots_path './screenshots/' app_identifier 'com.automattic.SimplenoteMac' # Make sure to update these keys for a new version -app_version "2.15" +app_version "2.15.1" privacy_url( 'default' => 'https://simplenote.com/privacy/'