diff --git a/Cargo.toml b/Cargo.toml index d79adb1..703ee74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pdf-writer" -version = "0.9.0" +version = "0.10.0" authors = ["Laurenz "] edition = "2021" description = "A step-by-step PDF writer." diff --git a/README.md b/README.md index a265e90..58d785f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A step-by-step PDF writer. ```toml [dependencies] -pdf-writer = "0.9" +pdf-writer = "0.10" ``` The entry point into the API is the main `Pdf`, which constructs the document