From ee8847ef7d2f2b1c0bd8e41ae82136b1f0ce3f60 Mon Sep 17 00:00:00 2001 From: Nabil Chatbi Date: Sat, 1 Jan 2022 20:09:39 +0100 Subject: [PATCH] bump version 2.3.5 --- SwiftSoup.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftSoup.podspec b/SwiftSoup.podspec index c8f7172..49b127b 100644 --- a/SwiftSoup.podspec +++ b/SwiftSoup.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftSoup' - s.version = '2.3.4' + s.version = '2.3.5' s.summary = 'Swift HTML Parser / Reader, XML , with best of DOM, CSS, and jquery' s.description = <<-DESC SwiftSoup is a Swift library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.