Skip to content

Commit

Permalink
Version 0.1.2 (#17)
Browse files Browse the repository at this point in the history
Version 0.1.2
  • Loading branch information
elshize authored Mar 28, 2021
1 parent a813544 commit c3d45c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <siedlaczek@pm.me>"]
edition = "2018"
description = "General purpose descrete event simulation library."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c3d45c6

Please sign in to comment.