Skip to content

Commit 4f3d07a

Browse files
committed
up to v0.2.3
1 parent 8f15817 commit 4f3d07a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssr_rs"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Valerio <[email protected]>"]
55
edition = "2018"
66
description = "Server side rendering with the v8 engine for parse and evaluate the javascript code"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies]
19-
ssr_rs = "0.2.2"
19+
ssr_rs = "0.2.3"
2020
```
2121

2222
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! # Gettin started
1111
//! ```toml
1212
//! [dependencies]
13-
//! ssr_rs = "0.2.2"
13+
//! ssr_rs = "0.2.3"
1414
//! ```
1515
//!
1616
//! # Example

0 commit comments

Comments
 (0)