Skip to content

Commit bc6fc73

Browse files
committed
chore: bump version
1 parent 0ddc593 commit bc6fc73

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ name = "jni-toolbox"
66
description = "tools to make writing JNI native functions less tiresome"
77
repository = "https://github.com/hexedtech/jni-toolbox"
88
authors = [
9-
"alemi <me@alemi.dev>"
9+
"alemi <me@alemi.dev>",
10+
"zaaarf <me@zaaarf.foo>"
1011
]
1112
license = "GPL-3.0-only"
12-
version = "0.2.0"
13+
version = "0.2.1"
1314
edition = "2021"
1415

1516
[dependencies]
16-
jni-toolbox-macro = "0.2.0"
17+
jni-toolbox-macro = "0.2.1"
1718
jni = "0.21"
1819
uuid = { version = "1.10", optional = true }
1920

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"alemi <me@alemi.dev>"
77
]
88
license = "GPL-3.0-only"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111

1212
[lib]

0 commit comments

Comments
 (0)