Skip to content

Commit

Permalink
Bump version to 2.0.5 (38).
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Apr 4, 2017
1 parent 3d58655 commit 2db0459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

## [2.0.5][]
* Fix `bump-version` script to save `CFBundleVersion` as a string (not a number) in `Info.plist`. (Fixes #74.)

## [2.0.4][]
Expand Down Expand Up @@ -115,7 +116,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.4...HEAD
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.5...HEAD
[2.0.5]: https://github.com/nolanw/HTMLReader/compare/v2.0.4...v2.0.5
[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
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.4</string>
<string>2.0.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<integer>37</integer>
<string>38</string>
<key>NSHumanReadableCopyright</key>
<string>Public domain.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 2db0459

Please sign in to comment.