mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-22 07:24:53 +01:00
fix: bump version
This commit is contained in:
parent
d3da081886
commit
f37c1ed7ae
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ authors = [
|
|||
"alemi <me@alemi.dev>"
|
||||
]
|
||||
license = "GPL-3.0-only"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
jni-toolbox-macro = "0.1"
|
||||
jni-toolbox-macro = "0.1.1"
|
||||
|
|
|
@ -6,7 +6,7 @@ authors = [
|
|||
"alemi <me@alemi.dev>"
|
||||
]
|
||||
license = "GPL-3.0-only"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue