Skip to content

Commit

Permalink
🎂 Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Dec 3, 2019
1 parent 2d73a38 commit b803705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
## Version 2
### Version 2.0.5
* Update Oj to version 3.10

### Version 2.0.4
* Update Oj to version 3.9

Expand Down
2 changes: 1 addition & 1 deletion simple_geolocator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.authors = ['Eli Foster']
s.name = 'simple_geolocator'
s.summary = 'A Ruby gem for easily using the IP-API.com API to perform IP geolocation.'
s.version = '2.0.4'
s.version = '2.0.5'
s.license = 'MIT'
s.description = <<EOF
Accessing the IP API through Curb. This gem has been made to be as simple to use as possible. As such, it even includes
Expand Down

0 comments on commit b803705

Please sign in to comment.