From 79f1b3949b510dc394cc5a97e19bec80966695e8 Mon Sep 17 00:00:00 2001 From: Gabriel Medina Date: Tue, 16 Jul 2024 17:35:24 -0600 Subject: [PATCH] iOS Version upgrade to 2.9.9. --- source/ios/tools/AdaptiveCards.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ios/tools/AdaptiveCards.podspec b/source/ios/tools/AdaptiveCards.podspec index aec221d87..cd3a12bd3 100644 --- a/source/ios/tools/AdaptiveCards.podspec +++ b/source/ios/tools/AdaptiveCards.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'AdaptiveCards' - spec.version = '2.9.8' + spec.version = '2.9.9' spec.license = { :type => 'Adaptive Cards Binary EULA', :file => 'source/EULA-Non-Windows.txt' } @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| spec.summary = 'Adaptive Cards are a new way for developers to exchange card content in a common and consistent way' - spec.source = { :git => 'https://github.com/microsoft/AdaptiveCards-Mobile.git', :tag => 'iOS/adaptivecards-ios@2.9.8' } + spec.source = { :git => 'https://github.com/microsoft/AdaptiveCards-Mobile.git', :tag => 'iOS/adaptivecards-ios@2.9.9' } spec.default_subspecs = 'AdaptiveCardsCore', 'AdaptiveCardsPrivate', 'ObjectModel', 'UIProviders'