Skip to content

Commit 190576a

Browse files
committed
Version bump
1 parent 06d0c2b commit 190576a

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 = "biblatex"
3-
version = "0.9.3"
3+
version = "0.10.0"
44
authors = ["Martin Haug <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Parsing, writing, and evaluating BibTeX and BibLaTeX files"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:
1717

1818
```toml
1919
[dependencies]
20-
biblatex = "0.9"
20+
biblatex = "0.10"
2121
```
2222

2323
Parsing a bibliography and getting the author of an item is as simple as:

0 commit comments

Comments
 (0)