This commit is contained in:
Wilson Lin 2020-01-20 20:45:01 +11:00
commit 8954bbae4a
11 changed files with 20 additions and 20 deletions

View file

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

View file

@ -6,7 +6,7 @@
<groupId>in.wilsonl.hyperbuild</groupId>
<artifactId>hyperbuild</artifactId>
<version>0.0.30</version>
<version>0.0.31</version>
<name>hyperbuild</name>
<description>Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling</description>