diff --git a/Scripts/fastlane/Deliverfile b/Scripts/fastlane/Deliverfile index bc5f09083b2b..3daf73061df5 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 "14.8.1" +app_version "14.8.2" privacy_url({ 'default' => 'https://automattic.com/privacy/', diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index bfe8a9ccec7f..e7658bd98750 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ -VERSION_SHORT=14.8.1 +VERSION_SHORT=14.8.2 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=14.8.1.20200518 +VERSION_LONG=14.8.2.20200520 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 8d5cdf7b5d3c..47e64661c27e 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ -VERSION_SHORT=14.8.1 +VERSION_SHORT=14.8.2 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=14.8.1.0 +VERSION_LONG=14.8.2.0