Skip to content

Commit 1ae6a71

Browse files
committed
Version bump
1 parent 0fe4fdd commit 1ae6a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdf-writer"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Laurenz <[email protected]>"]
55
edition = "2021"
66
description = "A step-by-step PDF writer."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A step-by-step PDF writer.
66

77
```toml
88
[dependencies]
9-
pdf-writer = "0.8"
9+
pdf-writer = "0.9"
1010
```
1111

1212
The entry point into the API is the main `Pdf`, which constructs the document

0 commit comments

Comments
 (0)