diff --git a/Cargo.lock b/Cargo.lock index 0ecd3d6..93fcad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,7 +301,7 @@ dependencies = [ [[package]] name = "alcro" -version = "0.5.3" +version = "0.5.4" dependencies = [ "actix-rt 2.6.0", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index f403997..20bb21e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alcro" -version = "0.5.3" +version = "0.5.4" authors = ["Srinivasa "] edition = "2018" description = "A library to create desktop apps using rust and modern web technologies" diff --git a/README.md b/README.md index a47cf7f..ae666a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Thus Rust functions can be called from the UI and JavaScript can be called from Alcro works similarily to the go library [lorca](https://github.com/zserge/lorca) so the name alcro is an anagram of lorca. However it uses pipes unlike lorca which uses a websocket. ## Documentation -[docs.rs](https://docs.rs/alcro/0.5.3/alcro/) +[docs.rs](https://docs.rs/alcro/0.5.4/alcro/) ## Examples [https://github.com/Srinivasa314/alcro/tree/master/examples](https://github.com/Srinivasa314/alcro/tree/master/examples)