Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Mar 6, 2024
1 parent 1d3ae07 commit eabda5e
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 = "citationberg"
version = "0.1.1"
version = "0.2.0"
authors = ["Martin Haug <mhaug@live.de>"]
license = "MIT OR Apache-2.0"
description = "A parser for CSL files"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A library for parsing CSL styles.

```toml
[dependencies]
citationberg = "0.1"
citationberg = "0.2"
```

Citationberg deserializes CSL styles from XML into Rust structs. It supports
Expand Down

0 comments on commit eabda5e

Please sign in to comment.