Skip to content

Commit 7e2c8d4

Browse files
committed
chore: bump version
1 parent 85707fe commit 7e2c8d4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ authors = [
99
"alemi <me@alemi.dev>"
1010
]
1111
license = "GPL-3.0-only"
12-
version = "0.1.3"
12+
version = "0.2.0"
1313
edition = "2021"
1414

1515
[dependencies]
16-
#jni-toolbox-macro = "0.1.3"
17-
jni-toolbox-macro = { path = "./macro" }
16+
jni-toolbox-macro = "0.2.0"
1817
jni = "0.21"
1918
uuid = { version = "1.10", optional = true }
2019

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.1.3"
9+
version = "0.2.0"
1010
edition = "2021"
1111

1212
[lib]

0 commit comments

Comments
 (0)