From 5f9f16c7f8b20e80441060ebaecef53eee08baf4 Mon Sep 17 00:00:00 2001 From: Brent Dearth Date: Mon, 11 Jul 2016 14:29:24 -0600 Subject: [PATCH] v0.1.38 --- 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 570c595b3..3c8e60a09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GIT PATH remote: . specs: - devise_token_auth (0.1.37) + devise_token_auth (0.1.38) devise (> 3.5.2, <= 4.2) rails (< 6) diff --git a/lib/devise_token_auth/version.rb b/lib/devise_token_auth/version.rb index fcfd69e8b..1c431a656 100644 --- a/lib/devise_token_auth/version.rb +++ b/lib/devise_token_auth/version.rb @@ -1,3 +1,3 @@ module DeviseTokenAuth - VERSION = "0.1.37" + VERSION = "0.1.38" end