Skip to content

Commit af8c684

Browse files
committed
Version bump
1 parent 537fc56 commit af8c684

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)