Skip to content

Commit fe23e14

Browse files
committed
version updated in configuration files
1 parent 31f0db2 commit fe23e14

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/gkit-core", "crates/gkit-cli"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/teeckoo/gkit"

crates/gkit-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ path = "src/main.rs"
1616
[dependencies]
1717
clap = { version = "4", features = ["derive"] }
1818
# version is REQUIRED so `cargo publish` can resolve gkit-core from crates.io
19-
gkit-core = { path = "../gkit-core", version = "0.1.0" }
19+
gkit-core = { path = "../gkit-core", version = "0.2.0" }

0 commit comments

Comments
 (0)