Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edjiang committed Apr 27, 2018
1 parent c842197 commit b5f59eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion PodspecShared.rb
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/UberCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion source/UberRides/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b5f59eb

Please sign in to comment.