From d7599a883893eb8f22af71201e10345a29f30353 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Wed, 16 Apr 2014 20:48:28 +0400 Subject: [PATCH] version 1.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 89ed0e5..5b6a7f6 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "0.3".freeze + VERSION = "1.1".freeze end