diff --git a/Cargo.lock b/Cargo.lock index 2d0dbd9..6d57416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libharu_ng" -version = "0.0.21" +version = "0.0.22" dependencies = [ "cc", "cmake", diff --git a/Cargo.toml b/Cargo.toml index c2e8dab..15af895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.0.21" +version = "0.0.22" name = "libharu_ng" description = "Generate PDFs with Rust using libharu"