Skip to content

Commit 503efb3

Browse files
authored
Merge pull request #103 from dev-five-git/changepacks/main
Update Versions
2 parents a74f5fd + 7b21a43 commit 503efb3

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.changepacks/changepack_log_WAmtrEcOvhiEJpLrR0wrR.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.45"
7+
version = "0.1.46"
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.45" }
15-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.45" }
16-
vespera_inprocess = { path = "crates/vespera_inprocess", version = "0.1.45" }
17-
vespera_jni = { path = "crates/vespera_jni", version = "0.1.45" }
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" }
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 = "com.devfive.vespera"
7-
version = "0.0.0"
7+
version = "0.1.0"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)