From 0ef7988c0bad6e1667b3eea32e3c504862c2ed9c Mon Sep 17 00:00:00 2001 From: Brent Dearth Date: Wed, 17 May 2017 12:43:25 -0600 Subject: [PATCH] v0.1.42 --- Gemfile.lock | 2 +- lib/devise_token_auth/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b9a04d04e..eb034e61e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT PATH remote: . specs: - devise_token_auth (0.1.41) + devise_token_auth (0.1.42) devise (> 3.5.2, <= 4.3) rails (< 6) diff --git a/lib/devise_token_auth/version.rb b/lib/devise_token_auth/version.rb index 452a74f83..c504dcf71 100644 --- a/lib/devise_token_auth/version.rb +++ b/lib/devise_token_auth/version.rb @@ -1,3 +1,3 @@ module DeviseTokenAuth - VERSION = "0.1.41" + VERSION = "0.1.42" end