Skip to content

Commit

Permalink
Bump version for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Feb 19, 2022
1 parent 75d34d9 commit d364ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kredis (1.0.1)
kredis (1.1.0)
activesupport (>= 6.0.0)
redis (~> 4.2)

Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
rake (>= 0.8.7)
thor (~> 1.0)
rake (13.0.3)
redis (4.5.1)
redis (4.6.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -153,4 +153,4 @@ DEPENDENCIES
rake

BUNDLED WITH
2.2.30
2.3.4
2 changes: 1 addition & 1 deletion lib/kredis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kredis
VERSION = "1.0.1"
VERSION = "1.1.0"
end

0 comments on commit d364ab9

Please sign in to comment.