From 1ae6a71e5f79221b51a3667a0454111732800bf8 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 4 Oct 2023 13:03:25 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a455a39..cdc8fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pdf-writer" -version = "0.8.1" +version = "0.9.0" authors = ["Laurenz "] edition = "2021" description = "A step-by-step PDF writer." diff --git a/README.md b/README.md index afa4e97..a265e90 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A step-by-step PDF writer. ```toml [dependencies] -pdf-writer = "0.8" +pdf-writer = "0.9" ``` The entry point into the API is the main `Pdf`, which constructs the document