From 35714d7a92eaeb027fca2319598b730249488444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Thu, 7 Jan 2021 18:55:19 +0100 Subject: [PATCH] chore rockspec for 1.0.1 --- sandbox-1.0.0-0.rockspec => sandbox-1.0.1-0.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sandbox-1.0.0-0.rockspec => sandbox-1.0.1-0.rockspec (90%) diff --git a/sandbox-1.0.0-0.rockspec b/sandbox-1.0.1-0.rockspec similarity index 90% rename from sandbox-1.0.0-0.rockspec rename to sandbox-1.0.1-0.rockspec index 86d377c..6036ff9 100644 --- a/sandbox-1.0.0-0.rockspec +++ b/sandbox-1.0.1-0.rockspec @@ -1,10 +1,10 @@ package = "sandbox" -version = "1.0.0-0" +version = "1.0.1-0" source = { url = "git://github.com/kikito/sandbox.lua.git", - tag = "v1.0.0" + tag = "v1.0.1" } description = {