From 35bac7260b461f58a886d26af2c4560852cb6feb Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 22 Sep 2019 16:02:26 +0200 Subject: [PATCH] Update OneTimePassword to version 3.2.0 --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 3067882..3991d00 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -3,5 +3,5 @@ github "kishikawakatsumi/KeychainAccess" "v3.2.0" github "leonbreedt/FavIcon" "3.0.6" github "libgit2/objective-git" "0.14.2" github "mattrubin/Base32" "1.1.2+xcode10.2" -github "mattrubin/OneTimePassword" "3.1.5" +github "mattrubin/OneTimePassword" "3.2.0" github "radex/SwiftyUserDefaults" "4.0.0"