From 3425efd52244bde6f401bb6e47f60e81da921ff4 Mon Sep 17 00:00:00 2001 From: grovesNL Date: Mon, 15 Jan 2024 21:33:29 -0330 Subject: [PATCH] Release 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1340590..c6d52f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "glyphon" description = "Fast, simple 2D text rendering for wgpu" -version = "0.4.0" +version = "0.4.1" edition = "2021" homepage = "https://github.com/grovesNL/glyphon.git" repository = "https://github.com/grovesNL/glyphon"