Skip to content

Commit af8c684

Browse files
committed
Version bump
1 parent 537fc56 commit af8c684

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.11.0"
3+
version = "0.12.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.11"
9+
pdf-writer = "0.12"
1010
```
1111

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

0 commit comments

Comments
 (0)