From 6399db98bfa982a32245b1dad4db7d94531e31de Mon Sep 17 00:00:00 2001 From: Lynn Dylan Hurley Date: Sun, 20 Jul 2014 21:14:46 -0500 Subject: [PATCH] version bump --- 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 764e7d784..c01b195c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GIT PATH remote: . specs: - devise_token_auth (0.1.23.alpha1) + devise_token_auth (0.1.23) devise (~> 3.2) rails (~> 4.1) diff --git a/lib/devise_token_auth/version.rb b/lib/devise_token_auth/version.rb index 6c6fe5760..8e230fa78 100644 --- a/lib/devise_token_auth/version.rb +++ b/lib/devise_token_auth/version.rb @@ -1,3 +1,3 @@ module DeviseTokenAuth - VERSION = "0.1.23.alpha1" + VERSION = "0.1.23" end