Skip to content

Commit

Permalink
v0.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Mar 7, 2018
1 parent 835a147 commit 7a83ada
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
Expand Up @@ -33,7 +33,7 @@ GIT
PATH
remote: .
specs:
devise_token_auth (0.1.43.beta1)
devise_token_auth (0.1.43)
devise (> 3.5.2, < 4.5)
rails (< 6)

Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
coderay (1.1.1)
concurrent-ruby (1.0.5)
crass (1.0.3)
devise (4.4.0)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_token_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseTokenAuth
VERSION = '0.1.43.beta1'
VERSION = '0.1.43'
end

0 comments on commit 7a83ada

Please sign in to comment.