From b709b83ea9989627657abcf1f6822c0a890b9660 Mon Sep 17 00:00:00 2001 From: Igor Ferreira Date: Thu, 29 Aug 2024 15:54:45 +0200 Subject: [PATCH] Bump version to 0.3.7 --- MWAppAuthPlugin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWAppAuthPlugin.podspec b/MWAppAuthPlugin.podspec index 07dc634..d93598e 100644 --- a/MWAppAuthPlugin.podspec +++ b/MWAppAuthPlugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MWAppAuthPlugin' - s.version = '0.3.6' + s.version = '0.3.7' s.summary = 'AppAuth plugin for MobileWorkflow on iOS.' s.description = <<-DESC OAuth plugin for MobileWorkflow on iOS, based on AppAuth-iOS: https://github.com/openid/AppAuth-iOS