diff --git a/Cargo.toml b/Cargo.toml index 491303bf..c7558b9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify" -version = "2.2.0" +version = "2.3.0" authors = [ "Félix Saparelli ", "Antti Keränen ", diff --git a/README.md b/README.md index 8e7017af..7d3064a4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _Cross-platform filesystem notification library for Rust._ ```toml [dependencies] -notify = "^2.2" +notify = "^2.3" ``` ## Usage