Skip to content

Commit 64e4c37

Browse files
committed
🚀 version bump
1 parent 256835a commit 64e4c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plotter.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Plotter by cyberbit
22
-- MIT License
3-
-- Version 0.0.2
3+
-- Version 0.0.4
44

55
local pixelbox2 = (function ()
66
-- Pixelbox Lite v2 by 9551-Dev
@@ -325,7 +325,7 @@ local pixelbox2 = (function ()
325325
return pixelbox
326326
end)()
327327

328-
local Plotter = setmetatable({ _VERSION = '0.0.3' }, {
328+
local Plotter = setmetatable({ _VERSION = '0.0.4' }, {
329329
__call = function (class, ...)
330330
local object = setmetatable({}, class)
331331

0 commit comments

Comments
 (0)