0.2.6
This commit is contained in:
parent
e3fe95a5a7
commit
2726f2e454
11 changed files with 15 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
publish = false
|
||||
name = "minify-html-java"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
authors = ["Wilson Lin <code@wilsonl.in>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>in.wilsonl.minifyhtml</groupId>
|
||||
<artifactId>minify-html</artifactId>
|
||||
<version>0.2.5</version>
|
||||
<version>0.2.6</version>
|
||||
|
||||
<name>minify-html</name>
|
||||
<description>Fast allocation-less HTML minifier with smart whitespace handling</description>
|
||||
|
|
|
|||
Reference in a new issue