From bc6fc73a508ce0916c81a36c788121b280c02fde Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 26 Sep 2024 02:14:34 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 7 ++++--- macro/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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]