Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 28, 2024
1 parent 69aded2 commit 02b364a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mupdf"
version = "0.4.3"
version = "0.4.4"
authors = ["messense <[email protected]>"]
edition = "2021"
description = "Safe Rust wrapper to MuPDF"
Expand Down Expand Up @@ -43,7 +43,7 @@ all-fonts = ["mupdf-sys/all-fonts"]
system-fonts = ["font-kit"]

[dependencies]
mupdf-sys = { version = "0.4.2", path = "mupdf-sys" }
mupdf-sys = { version = "0.4.4", path = "mupdf-sys" }
once_cell = "1.3.1"
num_enum = "0.7.0"
bitflags = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion mupdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mupdf-sys"
version = "0.4.3"
version = "0.4.4"
authors = ["messense <[email protected]>"]
edition = "2021"
exclude = [
Expand Down

0 comments on commit 02b364a

Please sign in to comment.