Skip to content

Commit

Permalink
Merge pull request #98 from qpowell/version-bump
Browse files Browse the repository at this point in the history
Bump the version to fix an accidentally included argument
  • Loading branch information
edwinwills committed Jun 9, 2017
2 parents e83874e + 1c32bd8 commit 086e21d
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,3 +1,7 @@
## 0.34.1

- Remove new argument that was accidently added to the Review class

## 0.34.0

- Added the option `details: true` to all methods that return a collection of spots
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
google_places (0.34.0)
google_places (0.34.1)
httparty (>= 0.13.1, < 0.14.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion google_places.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
s.name = 'google_places'
s.version = '0.34.0'
s.version = '0.34.1'
s.platform = Gem::Platform::RUBY
s.authors = ['Marcel de Graaf']
s.email = ['mail@marceldegraaf.net']
Expand Down

0 comments on commit 086e21d

Please sign in to comment.