From af8c6842aa94e4bf26451d1a872085b3b02883da Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 30 Sep 2024 15:33:28 +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 5b726ec..6316304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pdf-writer" -version = "0.11.0" +version = "0.12.0" authors = ["Laurenz "] edition = "2021" description = "A step-by-step PDF writer." diff --git a/README.md b/README.md index 5b8e91e..2eae83e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A step-by-step PDF writer. ```toml [dependencies] -pdf-writer = "0.11" +pdf-writer = "0.12" ``` The entry point into the API is the main `Pdf`, which constructs the document