From deee2c0c272916f5445a7f67948b444858c393c4 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 27 Aug 2024 11:17:25 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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