diff --git a/Scripts/fastlane/Deliverfile b/Scripts/fastlane/Deliverfile index 49632c684b73..f341bfef3991 100644 --- a/Scripts/fastlane/Deliverfile +++ b/Scripts/fastlane/Deliverfile @@ -5,7 +5,7 @@ screenshots_path "./screenshots/" app_identifier "org.wordpress" # Make sure to update these keys for a new version -app_version "15.0" +app_version "15.0.1" privacy_url({ 'default' => 'https://automattic.com/privacy/', diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index 66beea5861c0..b10e4bf85aff 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ -VERSION_SHORT=15.0 +VERSION_SHORT=15.0.1 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=15.0.0.20200613 +VERSION_LONG=15.0.1.20200623 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 2ca91554fe4b..a33f09edfc54 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ -VERSION_SHORT=15.0 +VERSION_SHORT=15.0.1 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=15.0.0.6 +VERSION_LONG=15.0.1.0