From 650d8af56ff4d8b08e40ce65f2b37186f182e24d Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:07:40 +0100 Subject: [PATCH] feat: update version to v0.4.0 (#26) --- 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 3ea4265..bf769d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssr_rs" -version = "0.3.1" +version = "0.4.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 07b9f96..6ad9283 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -ssr_rs = "0.3.1" +ssr_rs = "0.4.0" ``` ## Example diff --git a/src/lib.rs b/src/lib.rs index b9f9e1f..988a280 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! # Getting started //! ```toml //! [dependencies] -//! ssr_rs = "0.3.1" +//! ssr_rs = "0.4.0" //! ``` //! //! # Example