From 7e2bbef0193e986bb4e655e18c4e23123e7081d8 Mon Sep 17 00:00:00 2001 From: rxi Date: Mon, 3 Apr 2017 19:36:31 +0100 Subject: [PATCH] Version 0.1.1 --- shash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shash.lua b/shash.lua index 89f3328..1ac2540 100644 --- a/shash.lua +++ b/shash.lua @@ -7,7 +7,7 @@ -- under the terms of the MIT license. See LICENSE for details. -- -local shash = { _version = "0.1.0" } +local shash = { _version = "0.1.1" } shash.__index = shash