Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Aug 7, 2023
1 parent 89b7410 commit 1902e7b
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.7.1"
version = "0.8.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.7"
pdf-writer = "0.8"
```

The entry point into the API is the main `PdfWriter`, which constructs the
Expand Down

0 comments on commit 1902e7b

Please sign in to comment.