From 2323087e28b5bbeda622f990ce03adebd1c0e65c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 13 Nov 2024 09:52:19 +0100 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 3f12ef5..028314b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixglyph" -version = "0.5.1" +version = "0.6.0" authors = ["Laurenz "] edition = "2021" description = "Font-rendering with subpixel positioning." diff --git a/README.md b/README.md index d3adfe7..fa8e167 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ OpenType glyph rendering. ```toml [dependencies] -pixglyph = "0.5" +pixglyph = "0.6" ``` ## Features