From 8b6ecff0c0b19c2a7e0556375742ed90095ff881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Mon, 18 Sep 2023 00:31:22 -0700 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1fd966..3c81636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/jorgenpt/uasset-rs/" repository = "https://github.com/jorgenpt/uasset-rs/" -version = "0.4.1" +version = "0.5.0" # Don't include the test assets or development files in the crate exclude = ["/assets/", "/.github/", "/.vscode/", ".gitignore"]