Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <me@davidcel.is>
  • Loading branch information
davidcelis committed Jan 13, 2015
1 parent 10e4fbc commit d2082ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ This follows the proposed [RFC-5988](http://tools.ietf.org/html/rfc5988) standar
In your `Gemfile`:

```ruby
# Requires Rails (Rails-API is also supported) or Grape.
# Requires Rails (Rails-API is also supported), or Grape
# v0.10.0 or later. If you're on an earlier version of
# Grape, use api-pagination ~> 3.1
gem 'rails', '>= 3.0.0'
gem 'rails-api'
gem 'grape'
gem 'grape', '>= 0.10.0'

# Then choose your preferred paginator from the following:
gem 'kaminari'
Expand Down
4 changes: 2 additions & 2 deletions lib/api-pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ApiPagination
class Version
MAJOR = 3
MINOR = 1
MAJOR = 4
MINOR = 0
PATCH = 0

def self.to_s
Expand Down

0 comments on commit d2082ce

Please sign in to comment.