From ad573af56e1ce42c4f2539c7ddf9e4b43b39c3ee Mon Sep 17 00:00:00 2001 From: FYP Date: Mon, 26 Aug 2019 13:26:51 +0300 Subject: [PATCH] Bump version --- ....0-1.rockspec => samp-lua-2.1.1-1.rockspec | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) rename samp-lua-2.1.0-1.rockspec => samp-lua-2.1.1-1.rockspec (93%) diff --git a/samp-lua-2.1.0-1.rockspec b/samp-lua-2.1.1-1.rockspec similarity index 93% rename from samp-lua-2.1.0-1.rockspec rename to samp-lua-2.1.1-1.rockspec index 0c5dbef..1078574 100644 --- a/samp-lua-2.1.0-1.rockspec +++ b/samp-lua-2.1.1-1.rockspec @@ -1,28 +1,28 @@ -package = "samp-lua" -version = "2.1.0-1" -source = { - url = "git+https://github.com/THE-FYP/SAMP.Lua.git", - tag = "v2.1.0" -} -description = { - summary = "A SA-MP API library for MoonLoader", - detailed = "SAMP.Lua is a lua library for MoonLoader that adds some features to make SA-MP modding simpler.", - homepage = "https://github.com/THE-FYP/SAMP.Lua", - license = "MIT" -} -dependencies = { - "lua ~> 5.1" -} -build = { - type = "builtin", - modules = { - ["samp.events"] = "samp/events.lua", - ["samp.events.bitstream_io"] = "samp/events/bitstream_io.lua", - ["samp.events.core"] = "samp/events/core.lua", - ["samp.events.extra_types"] = "samp/events/extra_types.lua", - ["samp.events.handlers"] = "samp/events/handlers.lua", - ["samp.events.utils"] = "samp/events/utils.lua", - ["samp.raknet"] = "samp/raknet.lua", - ["samp.synchronization"] = "samp/synchronization.lua" - } -} +package = "samp-lua" +version = "2.1.1-1" +source = { + url = "git+https://github.com/THE-FYP/SAMP.Lua.git", + tag = "v2.1.1" +} +description = { + summary = "A SA-MP API library for MoonLoader", + detailed = "SAMP.Lua is a lua library for MoonLoader that adds some features to make SA-MP modding simpler.", + homepage = "https://github.com/THE-FYP/SAMP.Lua", + license = "MIT" +} +dependencies = { + "lua ~> 5.1" +} +build = { + type = "builtin", + modules = { + ["samp.events"] = "samp/events.lua", + ["samp.events.bitstream_io"] = "samp/events/bitstream_io.lua", + ["samp.events.core"] = "samp/events/core.lua", + ["samp.events.extra_types"] = "samp/events/extra_types.lua", + ["samp.events.handlers"] = "samp/events/handlers.lua", + ["samp.events.utils"] = "samp/events/utils.lua", + ["samp.raknet"] = "samp/raknet.lua", + ["samp.synchronization"] = "samp/synchronization.lua" + } +}