From b5f59ebbb705af04d39b4921119180f36ed45586 Mon Sep 17 00:00:00 2001 From: Edward Jiang Date: Fri, 27 Apr 2018 15:51:17 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 9 +++++++++ PodspecShared.rb | 2 +- source/UberCore/Info.plist | 2 +- source/UberRides/Info.plist | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fb9cd4..6aa8e696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [0.10.0] 2018-04-27 + +0.10 updates the Uber Rides SDK for Xcode 9.3/Swift 4.1 compatibility. + +### Changes + +* [Pull #228](https://github.com/uber/rides-ios-sdk/pull/228) Resolves SSO crash on Xcode 9.30 +* [Pull #233](https://github.com/uber/rides-ios-sdk/pull/233) Ensures Login button UI updates happen on the Main Queue + ## [0.9.0] 2018-02-13 ### Changes diff --git a/PodspecShared.rb b/PodspecShared.rb index 7bcefd10..65fd2f84 100644 --- a/PodspecShared.rb +++ b/PodspecShared.rb @@ -1,6 +1,6 @@ def configure_podspec(spec, module_name) spec.name = module_name - spec.version = "0.9.0" + spec.version = "0.10.0" spec.summary = "The Official Uber Rides iOS SDK." spec.description = <<-DESC This Swift library allows you to integrate Uber into your iOS app. It is designed to make it quick and easy to add a 'Request a Ride' button in your application, seamlessly connecting your users with Uber. diff --git a/source/UberCore/Info.plist b/source/UberCore/Info.plist index 974dcebd..872bbbc6 100644 --- a/source/UberCore/Info.plist +++ b/source/UberCore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.0 + 0.10.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/source/UberRides/Info.plist b/source/UberRides/Info.plist index 76d3d186..378e663f 100644 --- a/source/UberRides/Info.plist +++ b/source/UberRides/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.0 + 0.10.0 CFBundleSignature ???? CFBundleVersion