From ad5357062b8a7b42e2d360bad323cfe43032f0ab Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 22 Feb 2022 18:57:11 +0100 Subject: [PATCH] Update version --- LibProcessable.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibProcessable.lua b/LibProcessable.lua index 2f233b9..e19b641 100644 --- a/LibProcessable.lua +++ b/LibProcessable.lua @@ -1,4 +1,4 @@ -local MAJOR, MINOR = 'LibProcessable', 54 +local MAJOR, MINOR = 'LibProcessable', 55 assert(LibStub, MAJOR .. ' requires LibStub') local lib, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)