From 7a83ada953ca0adaa311118725edca501e49974d Mon Sep 17 00:00:00 2001 From: Lynn Hurley Date: Wed, 7 Mar 2018 09:50:26 -0600 Subject: [PATCH] v0.1.43 --- Gemfile.lock | 4 ++-- lib/devise_token_auth/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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