diff --git a/Cargo.toml b/Cargo.toml index 3c1413e..eed7bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simrs" -version = "0.1.1" # remember to update html_root_url +version = "0.1.2" # remember to update html_root_url authors = ["Michal Siedlaczek "] edition = "2018" description = "General purpose descrete event simulation library." diff --git a/README.md b/README.md index f3d3726..4a6e52c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an experimental discrete event simulation library I use in my research p I'm not sure at the moment how much value it has for others but I found the things I did here interesting, so maybe someone else will as well. -Visit https://docs.rs/simrs/0.1.1/simrs/ for more information and documentation. +Visit https://docs.rs/simrs/0.1.2/simrs/ for more information and documentation. If you have any comments, suggestions, or criticism, don't hesitate to reach out by either contacting me directly or opening an issue. diff --git a/src/lib.rs b/src/lib.rs index cc720c5..e9115fd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/simrs/0.1.1")] +#![doc(html_root_url = "https://docs.rs/simrs/0.1.2")] #![warn( missing_docs, trivial_casts,