This commit is contained in:
Wilson Lin 2020-07-03 22:32:41 +10:00
commit 74248aa6a1
12 changed files with 22 additions and 22 deletions

View file

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

View file

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