Skip to content

Commit

Permalink
Bump version to 2.0.4 (37).
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Mar 28, 2017
1 parent 0ef2199 commit a6438eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## [Unreleased]

## [2.0.4][]

* Fix a compiler warning new to Xcode 8.3.

## [2.0.3][]

* Move tests folder to support Swift 3's Package Manager.

## [2.0.2][]
Expand Down Expand Up @@ -108,7 +113,8 @@
* A new document initializer, `-[HTMLDocument initWithData:contentTypeHeader:]`, detects the character encoding as a browser would. This is the ideal initializer for HTML documents fetched over the network, or any other time when the character encoding isn't previously known. Note that HTML does not blindly use the encoding specified by the HTTP `Content-Type` header, so this initializer is still superior to parsing the `Content-Type` yourself.


[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/nolanw/HTMLReader/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/nolanw/HTMLReader/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/nolanw/HTMLReader/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/nolanw/HTMLReader/compare/v2.0...v2.0.1
Expand Down
4 changes: 2 additions & 2 deletions Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<integer>36</integer>
<integer>37</integer>
<key>NSHumanReadableCopyright</key>
<string>Public domain.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit a6438eb

Please sign in to comment.