From b40eb1e7f756d870f7f1739288229694cf5ecccd Mon Sep 17 00:00:00 2001 From: Jesse Pollak Date: Thu, 17 Nov 2016 13:18:33 -0800 Subject: [PATCH] chore(version): bump version to 1.0.2 --- lib/instant2fa/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/instant2fa/version.rb b/lib/instant2fa/version.rb index 9f1ed2e..c56d066 100644 --- a/lib/instant2fa/version.rb +++ b/lib/instant2fa/version.rb @@ -1,3 +1,3 @@ module Instant2fa - VERSION = "1.0.1" + VERSION = "1.0.2" end