0.0.41
This commit is contained in:
parent
2ebfb9d017
commit
375fcf0d01
12 changed files with 21 additions and 21 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "hyperbuild-java"
|
||||
publish = false
|
||||
version = "0.0.40"
|
||||
version = "0.0.41"
|
||||
authors = ["Wilson Lin <code@wilsonl.in>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
hyperbuild = "0.0.40"
|
||||
hyperbuild = "0.0.41"
|
||||
jni = "0.14.0"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>in.wilsonl.hyperbuild</groupId>
|
||||
<artifactId>hyperbuild</artifactId>
|
||||
<version>0.0.40</version>
|
||||
<version>0.0.41</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