diff --git a/Cargo.toml b/Cargo.toml index 5cdd33a..b3df30c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "microxdg" description = "An XDG Base Directory Specification library." authors = ["Marco Radocchia An **XDG Base Directory Specification** Rust library that aims to be @@ -26,7 +26,7 @@ cargo add microxdg Alternatively, add the following line in the `[dependencies]` section of your `Cargo.toml`: ```toml -microxdg = "0.1.0" +microxdg = "0.1.1" ``` ## API