From 28f9f6f8d918c4155a2cdf2447b50d1bd543fdbd Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Sat, 31 May 2014 12:39:39 +0400 Subject: [PATCH] new version 1.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 5b6a7f6..295a149 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "1.1".freeze + VERSION = "1.1.1".freeze end