Skip to content

Commit

Permalink
Update version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelamjad committed Aug 9, 2016
1 parent 440934d commit eea863f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
------------------

0.1.2 (09-08-2016)
0.1.5 (09-08-2016)
------------------
* **Feature** - Access tokens and authentication tickets will automatically refresh upon expiry
* **Feature** - S2 Geometry cell has been added to the helper method ``Poke::API::Helpers.get_cells(...)``
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ You can use bundler and refer directly to this repository
```
gem 'poke-go-api',
git: "https://github.com/nabeelamjad/poke-api.git",
tag: '0.1.2'
tag: '0.1.5'
```

Or, alternatively you can download the repository and run ``gem build poke-api.gemspec`` followed with ``gem install poke-api-0.1.2.gem``
Or, alternatively you can download the repository and run ``gem build poke-api.gemspec`` followed with ``gem install poke-api-0.1.5.gem``

The gem is also available by using ``gem install poke-go-api`` (poke-api was taken as a name already).

Expand Down
2 changes: 1 addition & 1 deletion lib/poke-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Poke
module API
VERSION = '0.1.2'.freeze
VERSION = '0.1.5'.freeze
end
end

0 comments on commit eea863f

Please sign in to comment.