From 05d114b2204f8095af9b98f3bdf75437b39816f9 Mon Sep 17 00:00:00 2001 From: Enrico Horn Date: Thu, 14 May 2020 22:27:09 +0200 Subject: [PATCH] findall: Set version to 2.0 --- findall.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/findall.lua b/findall.lua index 201c64d..f5f61b8 100644 --- a/findall.lua +++ b/findall.lua @@ -27,8 +27,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ]] _addon.name = 'findAll' -_addon.author = 'Zohno (ported by farmboy0)' -_addon.version = '1.20170501' +_addon.author = 'Zohno (ported and extended by farmboy0)' +_addon.version = '2.0' require 'ffxi.enums' require 'tableex'