From 4e9e10061f44687fe37b70714c895c0073891f2c Mon Sep 17 00:00:00 2001 From: grovesNL Date: Wed, 13 Jul 2022 09:45:42 -0230 Subject: [PATCH] Release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cee7ffe..a8afab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "glyphon" description = "Fast, simple 2D text rendering for wgpu" -version = "0.1.0" +version = "0.2.0" edition = "2021" homepage = "https://github.com/grovesNL/glyphon.git" repository = "https://github.com/grovesNL/glyphon"