From 4af4c145812bcf7dc9545d0b18e0f4cdde431e15 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Sun, 26 May 2024 14:30:20 -0400 Subject: [PATCH] v0.4.2 (#57) Increments version because I forgot to fix that in #56 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0f1476..37c2f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.4.1" +version = "0.4.2" license = "MIT OR Apache-2.0" repository = "https://github.com/linebender/bevy_vello"