We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8329cf1 commit e25b993Copy full SHA for e25b993
README.md
@@ -12,7 +12,7 @@ In your `Gemfile`:
12
```ruby
13
# Requires Rails (Rails-API is also supported), or Grape
14
# v0.10.0 or later. If you're on an earlier version of
15
-# Grape, use api-pagination ~> 3.1
+# Grape, use api-pagination 3.x
16
gem 'rails', '>= 3.0.0'
17
gem 'rails-api'
18
gem 'grape', '>= 0.10.0'
lib/api-pagination/version.rb
@@ -2,7 +2,7 @@ module ApiPagination
2
class Version
3
MAJOR = 4
4
MINOR = 1
5
- PATCH = 0
+ PATCH = 1
6
7
def self.to_s
8
[MAJOR, MINOR, PATCH].join('.')
0 commit comments