diff --git a/Gemfile.lock b/Gemfile.lock index fc8125be2..912e48bcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/lib/devise_token_auth/version.rb b/lib/devise_token_auth/version.rb index 8a700aa86..03f22c59d 100644 --- a/lib/devise_token_auth/version.rb +++ b/lib/devise_token_auth/version.rb @@ -1,3 +1,3 @@ module DeviseTokenAuth - VERSION = '0.1.43.beta1' + VERSION = '0.1.43' end