Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Dec 11, 2018
1 parent 08aea1f commit 0e14f60
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:
redlock (0.2.2)
redlock (1.0.0)
redis (>= 3.0.0, < 5.0)

GEM
Expand All @@ -17,7 +17,7 @@ GEM
docile (1.3.1)
json (2.1.0)
rake (11.3.0)
redis (4.0.1)
redis (4.0.3)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand Down Expand Up @@ -51,4 +51,4 @@ DEPENDENCIES
rspec (~> 3, >= 3.0.0)

BUNDLED WITH
1.16.2
1.17.2
2 changes: 1 addition & 1 deletion lib/redlock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Redlock
VERSION = '0.2.2'
VERSION = '1.0.0'
end

0 comments on commit 0e14f60

Please sign in to comment.