Version 0.6.1
authorkangax <kangax@gmail.com>
Thu, 22 May 2014 18:33:00 +0000 (20:33 +0200)
committerkangax <kangax@gmail.com>
Thu, 22 May 2014 18:33:00 +0000 (20:33 +0200)
dist/htmlminifier.js
index.html
package.json

index 106fb5e..6563460 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * HTMLMinifier v0.6.0 (http://kangax.github.io/html-minifier/)
+ * HTMLMinifier v0.6.1 (http://kangax.github.io/html-minifier/)
  * Copyright 2010-2014 Juriy "kangax" Zaytsev
  * Licensed under MIT (https://github.com/kangax/html-minifier/blob/gh-pages/LICENSE)
  */
index 9cd42dc..f30df74 100644 (file)
@@ -10,7 +10,7 @@
       <div id="outer-wrapper">
         <script id='fbyg2uy'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=kangax&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbyg2uy');</script>
         <div id="wrapper">
-          <h1>HTML Minifier <span style="font-size: 0.6em">(v0.6.0)</span></h1>
+          <h1>HTML Minifier <span style="font-size: 0.6em">(v0.6.1)</span></h1>
           <p id="warning">
             Minifier is <strong>in beta</strong> and could be rough around the edges.
             However, there's <a href="tests">an extensive test suite</a>.
index 58d05a0..b3c6ab1 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "html-minifier",
   "description": "HTML minifier with lint-like capabilities.",
-  "version": "0.6.0",
+  "version": "0.6.1",
   "keywords": [
     "html",
     "minifier",