From 9299b4ab7bc04a5f6557bccc3445818ebf14fa9c Mon Sep 17 00:00:00 2001 From: tobii-dev <77458451+tobii-dev@users.noreply.github.com> Date: Wed, 27 Sep 2023 01:46:39 +0200 Subject: [PATCH] Update Cargo.toml: crate version to 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7f8ac2..3a834e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blur-lua-loader" -version = "0.1.3" +version = "0.1.4" edition = "2021"