This commit is contained in:
Wilson Lin 2020-07-11 06:15:06 +10:00
commit 5df34dd946
12 changed files with 21 additions and 21 deletions

View file

@ -1,12 +1,12 @@
[package]
name = "hyperbuild-java"
publish = false
version = "0.2.2"
version = "0.2.3"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
hyperbuild = "0.2.2"
hyperbuild = "0.2.3"
jni = "0.14.0"
[lib]

View file

@ -6,7 +6,7 @@
<groupId>in.wilsonl.hyperbuild</groupId>
<artifactId>hyperbuild</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<name>hyperbuild</name>
<description>Fast allocation-less HTML minifier with smart whitespace handling</description>