Skip to content

Commit

Permalink
bump version 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scinfu committed Nov 5, 2024
1 parent 37c73ec commit c168608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftSoup.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftSoup'
s.version = '2.7.4'
s.version = '2.7.6'
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.
Expand Down

0 comments on commit c168608

Please sign in to comment.