diff --git a/.jazzy.yaml b/.jazzy.yaml index d3f5dc0..ff1f05c 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,5 +1,5 @@ module: HTMLKit -module_version: 2.0.2 +module_version: 2.0.3 author: Iskandar Abudiab author_url: https://twitter.com/iabudiab github_url: https://github.com/iabudiab/HTMLKit diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f87f6..6870987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.0.3](https://github.com/iabudiab/HTMLKit/releases/tag/2.0.3) + +Released on 2017.03.6 + +### Fixed +- Compilation for Swift 3.1 + - Fixed by @tali in PR #6 + + ## [2.0.2](https://github.com/iabudiab/HTMLKit/releases/tag/2.0.2) Released on 2017.02.26 diff --git a/HTMLKit.podspec b/HTMLKit.podspec index 5f2e985..773e60d 100644 --- a/HTMLKit.podspec +++ b/HTMLKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HTMLKit" - s.version = "2.0.2" + s.version = "2.0.3" s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs." s.license = "MIT" s.homepage = "https://github.com/iabudiab/HTMLKit" diff --git a/Package.swift b/Package.swift index 42ccf62..7e17c5a 100644 --- a/Package.swift +++ b/Package.swift @@ -2,5 +2,5 @@ import PackageDescription let package = Package( name: "HTMLKit", - exclude: ["Tests/Resources", "Tests/css-tests", "Tests/html5lib-tests"] + exclude: ["Tests/Fixtures", "Tests/css-tests", "Tests/html5lib-tests"] ) diff --git a/Sources/HTMLKit-Info.plist b/Sources/HTMLKit-Info.plist index f6d389e..688a2d0 100644 --- a/Sources/HTMLKit-Info.plist +++ b/Sources/HTMLKit-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/module.modulemap b/Sources/include/module.modulemap similarity index 100% rename from Sources/module.modulemap rename to Sources/include/module.modulemap