Skip to content

Commit

Permalink
feat: update crate version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed Apr 25, 2024
1 parent 39e5e04 commit e668e8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "ssr_rs"
version = "0.4.2"
version = "0.5.0"
authors = ["Valerio <valerioageno@yahoo.it>"]
edition = "2021"
description = "Server side rendering with the v8 engine for parse and evaluate the javascript code"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
ssr_rs = "0.4.2"
ssr_rs = "0.5.0"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! # Getting started
//! ```toml
//! [dependencies]
//! ssr_rs = "0.4.2"
//! ssr_rs = "0.5.0"
//! ```
//!
//! # Example
Expand Down

0 comments on commit e668e8c

Please sign in to comment.