0.2.2
This commit is contained in:
parent
bf69a92161
commit
fee398a576
12 changed files with 22 additions and 22 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "hyperbuild-java"
|
||||
publish = false
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = ["Wilson Lin <code@wilsonl.in>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
hyperbuild = "0.2.1"
|
||||
hyperbuild = "0.2.2"
|
||||
jni = "0.14.0"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>in.wilsonl.hyperbuild</groupId>
|
||||
<artifactId>hyperbuild</artifactId>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
|
||||
<name>hyperbuild</name>
|
||||
<description>Fast allocation-less HTML minifier with smart whitespace handling</description>
|
||||
|
|
|
|||
Reference in a new issue