Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyigumnov committed Apr 25, 2024
1 parent 332c99c commit c521943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
Cargo.toml
```toml
[dependencies]
shiva = { version = "0.2.3", features = ["html", "markdown", "text", "pdf"] }
shiva = { version = "0.3.0", features = ["html", "markdown", "text", "pdf", "json"] }
```

main.rs
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shiva"
version = "0.2.3"
version = "0.3.0"
edition = "2021"

authors = ["Evgeny Igumnov <[email protected]>"]
Expand Down

0 comments on commit c521943

Please sign in to comment.