From ec8a838e8f77b3dde87be86111ef726095111560 Mon Sep 17 00:00:00 2001 From: Luke Petherbridge Date: Mon, 30 Oct 2023 15:35:36 -0700 Subject: [PATCH] chore(release): bump to version 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d24761e..ce6051a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0" name = "pix-engine" repository = "https://github.com/lukexor/pix-engine.git" resolver = "2" -version = "0.7.1" +version = "0.8.0" exclude = ["/images", "/audio", "/pkg"] build = "build.rs"