diff --git a/Cargo.toml b/Cargo.toml index 5599e6d..cabbe8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harfbuzz_rs" -version = "2.0.1-alpha.0" +version = "2.0.1" authors = ["Manuel Reinhardt "] description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust." repository = "https://github.com/manuel-rhdt/harfbuzz_rs"