From e761142deec460f629f4a3c7dfe72b1517220608 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 16 Jun 2022 16:39:09 +0300 Subject: [PATCH] Version 0.1.2 --- shash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shash.lua b/shash.lua index c46effc..acb1393 100644 --- a/shash.lua +++ b/shash.lua @@ -12,7 +12,7 @@ local table_remove = table.remove local table_insert = table.insert -local shash = { _version = "0.1.1" } +local shash = { _version = "0.1.2" } shash.__index = shash