0.1.3
This commit is contained in:
parent
204dcb49f2
commit
fba2dd965d
12 changed files with 22 additions and 22 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "hyperbuild-java"
|
||||
publish = false
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Wilson Lin <code@wilsonl.in>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
hyperbuild = "0.1.2"
|
||||
hyperbuild = "0.1.3"
|
||||
jni = "0.14.0"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>in.wilsonl.hyperbuild</groupId>
|
||||
<artifactId>hyperbuild</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
|
||||
<name>hyperbuild</name>
|
||||
<description>Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling</description>
|
||||
|
|
|
|||
Reference in a new issue