From 85955849d9e88f5d4d287c57fd759e5ee918c9ba Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:09:32 +0200 Subject: [PATCH] Update version to v0.4.2 (#32) --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2433afb..0db9ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssr_rs" -version = "0.4.1" +version = "0.4.2" 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 d5978b1..3e12710 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -ssr_rs = "0.4.1" +ssr_rs = "0.4.2" ``` ## Example diff --git a/src/lib.rs b/src/lib.rs index 092163d..86b8163 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! # Getting started //! ```toml //! [dependencies] -//! ssr_rs = "0.4.1" +//! ssr_rs = "0.4.2" //! ``` //! //! # Example