Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Apr 9, 2016
1 parent 3135f75 commit 2604d6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/htmlminifier.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* HTMLMinifier v1.4.0 (http://kangax.github.io/html-minifier/)
* HTMLMinifier v1.5.0 (http://kangax.github.io/html-minifier/)
* Copyright 2010-2016 Juriy "kangax" Zaytsev
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/htmlminifier.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v1.4.0)</span></h1>
<h1>HTML Minifier <span>(v1.5.0)</span></h1>
<textarea rows="8" cols="40" id="input"></textarea>
<div class="minify-button">
<button type="button" id="minify-btn">Minify</button>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-minifier",
"description": "HTML minifier with lint-like capabilities.",
"version": "1.4.0",
"version": "1.5.0",
"keywords": [
"html",
"minifier",
Expand Down

0 comments on commit 2604d6a

Please sign in to comment.