diff --git a/Cargo.toml b/Cargo.toml index bc53174..8d86bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixglyph" -version = "0.3.0" +version = "0.4.0" authors = ["Laurenz "] edition = "2021" description = "Font-rendering with subpixel positioning." diff --git a/README.md b/README.md index 94391a2..a716de9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ OpenType glyph rendering. ```toml [dependencies] -pixglyph = "0.3" +pixglyph = "0.4" ``` ## Features