From ef2a47a260ff595e82f0b0d04bb0215d0ecd9bbc Mon Sep 17 00:00:00 2001 From: Swoorup Joshi Date: Sat, 10 Aug 2024 17:16:35 +1000 Subject: [PATCH] Set the version to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92b5552..62ec6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["wgsl_bindgen", "example"] [workspace.package] -version = "0.14.2" +version = "0.15.0" authors = ["swoorup", "ScanMountGoat(Original Fork)"] edition = "2021" repository = "https://github.com/Swoorup/wgsl_bindgen"