diff --git a/Cargo.toml b/Cargo.toml index dabb9a3..3802989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "editorconfig-sys" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Thorsten Blum "] homepage = "https://github.com/toblux/editorconfig-sys" diff --git a/README.md b/README.md index 9614587..884850f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -editorconfig-sys = "0.1.0" +editorconfig-sys = "0.1.1" ``` ## Usage