From 7aa51abd6c10db43d72abc96fb932b56f0647f68 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 22 Dec 2021 14:18:57 +0100 Subject: [PATCH] Update version --- LibProcessable.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibProcessable.lua b/LibProcessable.lua index 00f5d12..2f233b9 100644 --- a/LibProcessable.lua +++ b/LibProcessable.lua @@ -1,4 +1,4 @@ -local MAJOR, MINOR = 'LibProcessable', 53 +local MAJOR, MINOR = 'LibProcessable', 54 assert(LibStub, MAJOR .. ' requires LibStub') local lib, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)