Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed May 29, 2015
1 parent 4fd1938 commit e62f397
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased][unreleased]

## [2.2.2]
### Added
- Added support for PHP 5.6 and HHVM
- Enabled testing against PHP 7 nightlies
Expand Down Expand Up @@ -66,7 +68,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added
- Initial release

[unreleased]: https://github.com/nickcernis/html-to-markdown/compare/2.2.1...master
[unreleased]: https://github.com/nickcernis/html-to-markdown/compare/2.2.2...master
[2.2.2]: https://github.com/nickcernis/html-to-markdown/compare/2.2.1...2.2.2
[2.2.1]: https://github.com/nickcernis/html-to-markdown/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/nickcernis/html-to-markdown/compare/2.1.2...2.2.0
[2.1.2]: https://github.com/nickcernis/html-to-markdown/compare/2.1.1...2.1.2
Expand Down
2 changes: 1 addition & 1 deletion HTML_To_Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* A helper class to convert HTML to Markdown.
*
* @version 2.2.1
* @version 2.2.2
* @author Nick Cernis <nick@cern.is>
* @link https://github.com/nickcernis/html2markdown/ Latest version on GitHub.
* @link http://twitter.com/nickcernis Nick on twitter.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A helper class that converts HTML to [Markdown](http://daringfireball.net/projec

[![Build Status](https://travis-ci.org/nickcernis/html-to-markdown.png?branch=master)](https://travis-ci.org/nickcernis/html-to-markdown)

**Version**: 2.2.1
**Version**: 2.2.2
**Requires**: PHP 5.3+
**Author**: [@nickcernis](http://twitter.com/nickcernis)
**License**: [MIT](http://www.opensource.org/licenses/mit-license.php)
Expand Down

0 comments on commit e62f397

Please sign in to comment.