Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Sep 26, 2024
1 parent 0ddc593 commit bc6fc73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <me@alemi.dev>"
"alemi <me@alemi.dev>",
"zaaarf <me@zaaarf.foo>"
]
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 }

Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"alemi <me@alemi.dev>"
]
license = "GPL-3.0-only"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit bc6fc73

Please sign in to comment.