Bump version 1.7.0 Swift 4.1

This commit is contained in:
Nabil Chatbi 2018-03-31 20:15:55 +02:00
parent 3f88ef3c15
commit 2513dab395
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.