From 7290307482a1c9c6ef22d3e7a8a767d0692db3dd Mon Sep 17 00:00:00 2001 From: Michael Lazzaro Date: Wed, 20 Apr 2022 10:28:46 -0400 Subject: [PATCH] Forgot to increment podspec --- AdaEmbedFramework.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdaEmbedFramework.podspec b/AdaEmbedFramework.podspec index 4c636c1..59a5426 100644 --- a/AdaEmbedFramework.podspec +++ b/AdaEmbedFramework.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "AdaEmbedFramework" - spec.version = "1.4.1" + spec.version = "1.4.2" spec.summary = "Embed the Ada Support SDK in your app." spec.description = "Use the Ada Support SDK to inject the Ada support experience into your app. Visit https://ada.support to learn more." spec.homepage = "https://github.com/AdaSupport/ios-sdk"