Skip to content

Commit 518cdb4

Browse files
committed
chore: bump version
1 parent 78713a1 commit 518cdb4

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

Cargo.lock

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ authors = [
1010
"zaaarf <me@zaaarf.foo>"
1111
]
1212
license = "GPL-3.0-only"
13-
version = "0.2.1"
13+
version = "0.2.2"
1414
edition = "2021"
1515

1616
[dependencies]
17-
jni-toolbox-macro = "0.2.1"
17+
jni-toolbox-macro = "0.2.2"
1818
jni = "0.21"
1919
uuid = { version = "1.10", optional = true }
2020

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
"zaaarf <me@zaaarf.foo>"
88
]
99
license = "GPL-3.0-only"
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
edition = "2021"
1212

1313
[lib]

0 commit comments

Comments
 (0)