Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Jun 5, 2018
1 parent d7a16ee commit 4ee9522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "victoria-dom"
version = "0.1.1" # remember to update html_root_url
version = "0.1.2" # remember to update html_root_url
authors = ["Aleksandr Orlenko <zxteam@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
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/victoria-dom/0.1.1")]
#![doc(html_root_url = "https://docs.rs/victoria-dom/0.1.2")]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit 4ee9522

Please sign in to comment.