From 46afbac158e84ad0449d53df17d8fb730f86177a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 1 Jun 2024 14:04:02 +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 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