diff --git a/Cargo.toml b/Cargo.toml index e45e70f..428564a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,14 +6,15 @@ name = "jni-toolbox" description = "tools to make writing JNI native functions less tiresome" repository = "https://github.com/hexedtech/jni-toolbox" authors = [ - "alemi " + "alemi ", + "zaaarf " ] license = "GPL-3.0-only" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies] -jni-toolbox-macro = "0.2.0" +jni-toolbox-macro = "0.2.1" jni = "0.21" uuid = { version = "1.10", optional = true } diff --git a/macro/Cargo.toml b/macro/Cargo.toml index e3194ef..3a8d203 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "alemi " ] license = "GPL-3.0-only" -version = "0.2.0" +version = "0.2.1" edition = "2021" [lib]