Skip to content

Commit 84b27d4

Browse files
chore: bump version to v0.2.0
1 parent 281b16b commit 84b27d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bamboo-cli"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "CLI for the Bamboo static site generator"
@@ -16,7 +16,7 @@ name = "bamboo"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
bamboo-ssg = { version = "0.1.2", path = "../../crates/bamboo" }
19+
bamboo-ssg = { version = "0.2.0", path = "../../crates/bamboo" }
2020
clap = { version = "4", features = ["derive"] }
2121
notify = "8"
2222
open = "5"

crates/bamboo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bamboo-ssg"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A fast static site generator written in Rust"

0 commit comments

Comments
 (0)