Skip to content

Commit e25b993

Browse files
committed
Bump version to 4.1.1
Signed-off-by: David Celis <[email protected]>
1 parent 8329cf1 commit e25b993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In your `Gemfile`:
1212
```ruby
1313
# Requires Rails (Rails-API is also supported), or Grape
1414
# v0.10.0 or later. If you're on an earlier version of
15-
# Grape, use api-pagination ~> 3.1
15+
# Grape, use api-pagination 3.x
1616
gem 'rails', '>= 3.0.0'
1717
gem 'rails-api'
1818
gem 'grape', '>= 0.10.0'

lib/api-pagination/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ApiPagination
22
class Version
33
MAJOR = 4
44
MINOR = 1
5-
PATCH = 0
5+
PATCH = 1
66

77
def self.to_s
88
[MAJOR, MINOR, PATCH].join('.')

0 commit comments

Comments
 (0)