From a266ec669b6eaf7d3ec37290f0bd7896af480bf5 Mon Sep 17 00:00:00 2001 From: Nabil Chatbi Date: Mon, 18 Mar 2024 09:02:40 +0100 Subject: [PATCH] bump version --- SwiftSoup.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftSoup.podspec b/SwiftSoup.podspec index 7c5adfd..602db0f 100644 --- a/SwiftSoup.podspec +++ b/SwiftSoup.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftSoup' - s.version = '2.7.1' + s.version = '2.7.2' 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.