We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256835a commit 64e4c37Copy full SHA for 64e4c37
src/plotter.lua
@@ -1,6 +1,6 @@
1
-- Plotter by cyberbit
2
-- MIT License
3
--- Version 0.0.2
+-- Version 0.0.4
4
5
local pixelbox2 = (function ()
6
-- Pixelbox Lite v2 by 9551-Dev
@@ -325,7 +325,7 @@ local pixelbox2 = (function ()
325
return pixelbox
326
end)()
327
328
-local Plotter = setmetatable({ _VERSION = '0.0.3' }, {
+local Plotter = setmetatable({ _VERSION = '0.0.4' }, {
329
__call = function (class, ...)
330
local object = setmetatable({}, class)
331
0 commit comments