Skip to content

Commit 9e0c0f8

Browse files
Merge pull request #25 from developer0hye/chore/publish-0.2.0
chore: bump version to 0.2.0
2 parents 717aedf + aa43f59 commit 9e0c0f8

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)