diff --git a/Cargo.toml b/Cargo.toml index 68fa627..e485f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "inotify" -version = "0.10.2" +version = "0.11.0" authors = [ "Hanno Braun ", "Félix Saparelli ", diff --git a/README.md b/README.md index f40f215..e5ecd52 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Include it in your `Cargo.toml`: ```toml [dependencies] -inotify = "0.10" +inotify = "0.11" ``` Please refer to the [documentation] and the example above, for information on how to use it in your code.