From bbe26f9c5416623e32945aff9208c478f8f114ce Mon Sep 17 00:00:00 2001 From: grovesNL Date: Sun, 29 Jan 2023 22:17:31 -0330 Subject: [PATCH] Move version back to 0.2.0 for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7476d80..325dadd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "glyphon" description = "Fast, simple 2D text rendering for wgpu" -version = "0.3.0" +version = "0.2.0" edition = "2021" homepage = "https://github.com/grovesNL/glyphon.git" repository = "https://github.com/grovesNL/glyphon"