From 14b66a910e517f5e00e10f7b9fd9c657e7fd8d14 Mon Sep 17 00:00:00 2001 From: Brent Dearth Date: Wed, 29 Jul 2015 10:43:26 -0400 Subject: [PATCH] v0.1.32 --- 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 86cb2e294..f5447bbdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT PATH remote: . specs: - devise_token_auth (0.1.32.beta10) + devise_token_auth (0.1.32) devise (~> 3.3) rails (~> 4.2) diff --git a/lib/devise_token_auth/version.rb b/lib/devise_token_auth/version.rb index c5adaaa26..1725586a4 100644 --- a/lib/devise_token_auth/version.rb +++ b/lib/devise_token_auth/version.rb @@ -1,3 +1,3 @@ module DeviseTokenAuth - VERSION = "0.1.32.beta10" + VERSION = "0.1.32" end