Skip to content

Commit aa43f59

Browse files
developer0hyeclaude
andcommitted
chore: bump version to 0.2.0 for crates.io publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
1 parent 717aedf commit aa43f59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/office2pdf-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 = "office2pdf-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
@@ -15,7 +15,7 @@ name = "office2pdf"
1515
path = "src/main.rs"
1616

1717
[dependencies]
18-
office2pdf = { version = "0.1.0", path = "../office2pdf" }
18+
office2pdf = { version = "0.2.0", path = "../office2pdf" }
1919
anyhow = "1"
2020
clap = { version = "4", features = ["derive"] }
2121

crates/office2pdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "office2pdf"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)