Skip to content

Commit a20d008

Browse files
authored
Merge pull request #117 from dev-five-git/changepacks/main
Update Versions
2 parents b217f8c + 404c535 commit a20d008

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.changepacks/changepack_log_FHWJJPPxJTLxVPGXE7Tf3.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.47"
7+
version = "0.1.48"
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.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" }
14+
vespera_core = { path = "crates/vespera_core", version = "0.1.48" }
15+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.48" }
16+
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.1.48" }
17+
vespera_jni = { path = "crates/vespera_jni", version = "0.1.48" }
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
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "kr.devfive"
7-
version = "0.0.10"
7+
version = "0.0.11"
88

99
java {
1010
toolchain {

0 commit comments

Comments
 (0)