Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Jun 11, 2015
1 parent f4bc744 commit 430f350
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.3.0 - 2015-06-11

- Now compatible with XCode 6.2+ and Swift 1.2

## 0.2.1 - 2015-05-26

- Allow programmatic clearing of search bar
Expand Down
2 changes: 1 addition & 1 deletion GooglePlacesAutocomplete.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "GooglePlacesAutocomplete"
spec.version = "0.2.1"
spec.version = "0.3.0"
spec.summary = "Simple Google Places autocompleting address entry view"
spec.homepage = "https://github.com/watsonbox/ios_google_places_autocomplete"
spec.screenshots = "https://raw.githubusercontent.com/watsonbox/ios_google_places_autocomplete/master/Screenshots/view.png", "https://raw.githubusercontent.com/watsonbox/ios_google_places_autocomplete/master/Screenshots/search.png"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ No attempt has been made to integrate MapKit since displaying Google Places on a
## Requirements

- iOS 7.0+
- XCode 6.1
- XCode 6.2+ / Swift 1.2 (for XCode 6.1 / Swift 1.1 use version 0.2.1)


## Installation
Expand Down

0 comments on commit 430f350

Please sign in to comment.