updates the readme files and changed version to 12.2.2

This commit is contained in:
2018-09-22 11:10:47 -04:00
parent c382eb46dc
commit 358779c793
6 changed files with 49 additions and 39 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ SOFTWARE.
local bin = pcall(require,"bin")
local multi = {}
local clock = os.clock
multi.Version = "12.2.1"
multi._VERSION = "12.2.1"
multi.Version = "12.2.2"
multi._VERSION = "12.2.2"
multi.stage = "stable"
multi.__index = multi
multi.Mainloop = {}