mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-22 23:44:57 +01:00
chore: bump version
This commit is contained in:
parent
0ddc593771
commit
bc6fc73a50
2 changed files with 5 additions and 4 deletions
|
@ -6,14 +6,15 @@ name = "jni-toolbox"
|
||||||
description = "tools to make writing JNI native functions less tiresome"
|
description = "tools to make writing JNI native functions less tiresome"
|
||||||
repository = "https://github.com/hexedtech/jni-toolbox"
|
repository = "https://github.com/hexedtech/jni-toolbox"
|
||||||
authors = [
|
authors = [
|
||||||
"alemi <me@alemi.dev>"
|
"alemi <me@alemi.dev>",
|
||||||
|
"zaaarf <me@zaaarf.foo>"
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jni-toolbox-macro = "0.2.0"
|
jni-toolbox-macro = "0.2.1"
|
||||||
jni = "0.21"
|
jni = "0.21"
|
||||||
uuid = { version = "1.10", optional = true }
|
uuid = { version = "1.10", optional = true }
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ authors = [
|
||||||
"alemi <me@alemi.dev>"
|
"alemi <me@alemi.dev>"
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue