Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Oct 4, 2023
1 parent 0fe4fdd commit 1ae6a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdf-writer"
version = "0.8.1"
version = "0.9.0"
authors = ["Laurenz <[email protected]>"]
edition = "2021"
description = "A step-by-step PDF writer."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ae6a71

Please sign in to comment.