Bump version 1.7.0 Swift 4.1
This commit is contained in:
parent
3f88ef3c15
commit
2513dab395
|
@ -1,7 +1,7 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.6.6](https://github.com/scinfu/SwiftSoup/tree/1.6.6)
|
||||
## [1.7.0](https://github.com/scinfu/SwiftSoup/tree/1.7.0)
|
||||
* Removed StringBuilder from Element.cssSelector
|
||||
* Lint Code
|
||||
* Swift 4.1
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftSoup'
|
||||
s.version = '1.6.6'
|
||||
s.version = '1.7.0'
|
||||
s.summary = 'Swift HTML Parser / Reader, XML , with best of DOM, CSS, and jquery'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
|
Loading…
Reference in New Issue