Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurado01 committed Jun 15, 2020
1 parent 040bedb commit 79dab75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_jwt_auth (1.6.1)
rails_jwt_auth (1.7.0)
bcrypt (~> 3.1)
jwt (~> 2.1)
rails (>= 5.0, < 6.1)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
sprockets (4.0.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_jwt_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsJwtAuth
VERSION = '1.6.1'
VERSION = '1.7.0'
end

0 comments on commit 79dab75

Please sign in to comment.