From 6f0c1fb99324a716e67adc76ab1458ece1054c35 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Sat, 29 Mar 2014 03:39:08 +0400 Subject: [PATCH] update version to 1 --- lib/two_factor_authentication/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/two_factor_authentication/version.rb b/lib/two_factor_authentication/version.rb index 6fef336..89ed0e5 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "0.2".freeze + VERSION = "0.3".freeze end