diff --git a/Cargo.toml b/Cargo.toml index 7406070..d99f2f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixglyph" -version = "0.4.0" +version = "0.5.0" authors = ["Laurenz "] edition = "2021" description = "Font-rendering with subpixel positioning." diff --git a/README.md b/README.md index a716de9..d3adfe7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ OpenType glyph rendering. ```toml [dependencies] -pixglyph = "0.4" +pixglyph = "0.5" ``` ## Features