From b3ed837ecb6f26dcaeda065cec559227fd57d01a Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Fri, 19 Jul 2024 08:47:20 +0300 Subject: [PATCH] bump to 0.7.2 --- SwiftCentrifuge.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftCentrifuge.podspec b/SwiftCentrifuge.podspec index 8093dca..fcb751f 100644 --- a/SwiftCentrifuge.podspec +++ b/SwiftCentrifuge.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SwiftCentrifuge' s.module_name = 'SwiftCentrifuge' s.swift_version = '5.0' - s.version = '0.7.1' + s.version = '0.7.2' s.homepage = 'https://github.com/centrifugal/centrifuge-swift' s.summary = 'Centrifugo and Centrifuge client in Swift'