chore: bump version

This commit is contained in:
əlemi 2024-09-24 23:44:45 +02:00
parent 85707fe06d
commit 7e2c8d4138
Signed by: alemi
GPG key ID: A4895B84D311642C
3 changed files with 4 additions and 5 deletions

2
Cargo.lock generated
View file

@ -63,7 +63,7 @@ dependencies = [
[[package]]
name = "jni-toolbox-macro"
version = "0.1.3"
version = "0.2.0"
dependencies = [
"proc-macro2",
"quote",

View file

@ -9,12 +9,11 @@ authors = [
"alemi <me@alemi.dev>"
]
license = "GPL-3.0-only"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
[dependencies]
#jni-toolbox-macro = "0.1.3"
jni-toolbox-macro = { path = "./macro" }
jni-toolbox-macro = "0.2.0"
jni = "0.21"
uuid = { version = "1.10", optional = true }

View file

@ -6,7 +6,7 @@ authors = [
"alemi <me@alemi.dev>"
]
license = "GPL-3.0-only"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
[lib]