From 2e18e6ccb90f3491edd31237674eab5b66628428 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Sun, 14 Dec 2014 14:48:41 +0300 Subject: [PATCH] update version to 1.1.3 --- 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 5f4678d..ecf95cf 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "1.1.2".freeze + VERSION = "1.1.3".freeze end