diff --git a/Cargo.toml b/Cargo.toml index b816a0b..03ddffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssr_rs" -version = "0.4.2" +version = "0.5.0" authors = ["Valerio "] edition = "2021" description = "Server side rendering with the v8 engine for parse and evaluate the javascript code" diff --git a/README.md b/README.md index 3e12710..77e943a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -ssr_rs = "0.4.2" +ssr_rs = "0.5.0" ``` ## Example diff --git a/src/lib.rs b/src/lib.rs index 86b8163..2f3ff97 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! # Getting started //! ```toml //! [dependencies] -//! ssr_rs = "0.4.2" +//! ssr_rs = "0.5.0" //! ``` //! //! # Example