Skip to content

Commit 42445db

Browse files
Merge pull request #175 from developer0hye/chore/publish-0.5.0
chore: bump version to 0.5.0
2 parents b157d5e + fce345d commit 42445db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.4.0"
3+
version = "0.5.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818
server = ["tiny_http"]
1919

2020
[dependencies]
21-
office2pdf = { version = "0.4.0", path = "../office2pdf", features = ["pdf-ops"] }
21+
office2pdf = { version = "0.5.0", path = "../office2pdf", features = ["pdf-ops"] }
2222
anyhow = "1"
2323
clap = { version = "4", features = ["derive"] }
2424
rayon = "1"

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.4.0"
3+
version = "0.5.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)