Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Mar 5, 2017
2 parents b5470a6 + a7ace99 commit 7a40e8b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion HTMLKit.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)
2 changes: 1 addition & 1 deletion Sources/HTMLKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
File renamed without changes.

0 comments on commit 7a40e8b

Please sign in to comment.