Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Mar 20, 2017
1 parent 5c78b88 commit c0411b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 1.3.0 (2017-03-20)
* Allow blank lines (up to a maximum) to be preserved in output.
* Fix bug with excess indentation in some circumstances.

== 1.2.1 (2016-11-22)
* Support arbitrary self-closing tags.

Expand Down
4 changes: 2 additions & 2 deletions lib/htmlbeautifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module HtmlBeautifier #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 1
MINOR = 3
TINY = 0

STRING = [MAJOR, MINOR, TINY].join(".")
end
Expand Down

0 comments on commit c0411b0

Please sign in to comment.