From 36363a85edd26542e17bb9375894811839e5c657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Meier?= Date: Thu, 14 Sep 2023 22:10:09 +0200 Subject: [PATCH] fixed version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e98aac..167f997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "riji" description = "Scripting environment using rhai" -version = "0.1.11" +version = "0.1.12" authors = ["Sören Meier "] repository = "https://github.com/fire-lib/riji" edition = "2021"