From 95f8dd1917270cdac6c2002b11edf93c9bb34e63 Mon Sep 17 00:00:00 2001 From: Taylor Holliday Date: Tue, 9 Jul 2024 18:58:44 -0700 Subject: [PATCH] update version to 0.2.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 053a541..3cf0cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" # What does this do? [package] name = "vger" description = "2D GPU renderer for dynamic UIs" -version = "0.2.8" +version = "0.2.9" license = "MIT" readme = "README.md" authors = ["Taylor Holliday "]