From f77764d4197f62e92207807f2895e91862c39c2c Mon Sep 17 00:00:00 2001 From: Igor Ferreira Date: Fri, 30 Aug 2024 18:33:48 +0200 Subject: [PATCH] Bump version to 0.3.9 --- MWAppAuthPlugin.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWAppAuthPlugin.podspec b/MWAppAuthPlugin.podspec index 6f2c87c..0925006 100644 --- a/MWAppAuthPlugin.podspec +++ b/MWAppAuthPlugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MWAppAuthPlugin' - s.version = '0.3.8' + s.version = '0.3.9' 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