From 2dda288f54f62f079a1f28f4a636f8e8867bab9d Mon Sep 17 00:00:00 2001 From: acarioni Date: Tue, 11 Jul 2023 11:28:18 +0200 Subject: [PATCH] update cocoapods --- LightstreamerClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightstreamerClient.podspec b/LightstreamerClient.podspec index d9c0efe..128747e 100644 --- a/LightstreamerClient.podspec +++ b/LightstreamerClient.podspec @@ -1,7 +1,7 @@ # NB keep in sync with Package.swift Pod::Spec.new do |s| s.name = 'LightstreamerClient' - s.version = '5.0.3' + s.version = '6.0.0' s.summary = 'Lightstreamer Swift Client SDK' s.homepage = 'https://github.com/Lightstreamer/Lightstreamer-lib-client-swift' s.license = { :type => 'Apache 2.0', :file => 'LICENSE.md' }