chore: bump version

This commit is contained in:
zaaarf 2024-09-26 02:14:34 +02:00
parent 0ddc593771
commit bc6fc73a50
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B
2 changed files with 5 additions and 4 deletions

View file

@ -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 }

View file

@ -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]