Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Dec 30, 2020
1 parent 7b1efb2 commit 48c2930
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ssr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ssr"
description = "Server-Side Rendering for Rust web servers using Node.js"
version = "0.0.2"
version = "0.0.3"
authors = ["Alex Fedoseev <[email protected]>"]
license = "LGPL-3.0"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion ssr/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ssr-rs",
"description": "Node.js worker for ssr Rust crate",
"version": "0.0.2",
"version": "0.0.3",
"author": "Alex Fedoseev <[email protected]>",
"license": "LGPL-3.0",
"homepage": "https://github.com/shakacode/ssr-rs",
Expand Down
2 changes: 1 addition & 1 deletion ssr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! Add to your `Cargo.toml`:
//!
//! ```toml
//! ssr = "0.0.2"
//! ssr = "0.0.3"
//! ```
//!
//! And install node worker from `npm`:
Expand Down

0 comments on commit 48c2930

Please sign in to comment.