Skip to content

Commit 364112d

Browse files
author
changepacks
committed
Update Versions
1 parent 55e0ffd commit 364112d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.changepacks/changepack_log_xvEUu6GvsTBDtPIu526QM.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ members = ["crates/*", "examples/*"]
44
exclude = ["examples/java-jni-demo"]
55

66
[workspace.package]
7-
version = "0.1.46"
7+
version = "0.1.47"
88
edition = "2024"
99
license = "Apache-2.0"
1010
repository = "https://github.com/dev-five-git/vespera"
1111
readme = "README.md"
1212

1313
[workspace.dependencies]
14-
vespera_core = { path = "crates/vespera_core", version = "0.1.46" }
15-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.46" }
16-
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.1.46" }
17-
vespera_jni = { path = "crates/vespera_jni", version = "0.1.46" }
14+
vespera_core = { path = "crates/vespera_core", version = "0.1.47" }
15+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.47" }
16+
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.1.47" }
17+
vespera_jni = { path = "crates/vespera_jni", version = "0.1.47" }
1818

1919
[workspace.lints.clippy]
2020
all = { level = "warn", priority = -1 }

libs/vespera-bridge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "io.github.dev-five-git"
8-
version = "0.0.2"
8+
version = "0.0.3"
99

1010
java {
1111
toolchain {

0 commit comments

Comments
 (0)