From cd1a210d04da8585beb042389bb3b1dd71deb3f2 Mon Sep 17 00:00:00 2001 From: Mat Date: Thu, 18 May 2023 18:59:16 +0300 Subject: [PATCH] Bump version --- Info.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.lua b/Info.lua index 7a34c8f..8d83e8e 100755 --- a/Info.lua +++ b/Info.lua @@ -6,9 +6,9 @@ g_PluginInfo = { Name = "WorldEdit", - Version = 18, - DisplayVersion = "0.1.17", - Date = "2021-05-30", -- yyyy-mm-dd + Version = 19, + DisplayVersion = "0.1.18", + Date = "2023-05-18", -- yyyy-mm-dd SourceLocation = "https://github.com/cuberite/WorldEdit", Description = [[This plugin allows you to easily manage the world, edit the world, navigate around or get information. It bears similarity to the Bukkit's WorldEdit plugin and aims to have the same set of commands,however, it has no affiliation to that plugin. ]],