Skip to content

Commit

Permalink
Version bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Oct 25, 2017
1 parent 5654bda commit a2b9bb8
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 = "froggy"
version = "0.4.1"
version = "0.4.4"
# Attention: when modifying, also modify html_root_url in lib.rs
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>",
"Ilya Bogdanov <fumlead@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ However, CGS has a number of advantages:
*/
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/froggy/0.4.0")]
#![doc(html_root_url = "https://docs.rs/froggy/0.4.4")]

extern crate spin;

Expand Down

0 comments on commit a2b9bb8

Please sign in to comment.