We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c7458 commit e4e9f3bCopy full SHA for e4e9f3b
src/luasm.lua
@@ -26,7 +26,7 @@ end
26
local LuASM = {}
27
28
--- Current version of the library.
29
-LuASM.version = "0.1.0"
+LuASM.version = "0.1"
30
31
--- Creates a new LuASM runner with the specific instructions and settings
32
--- @param instructions table List of instruction objects (created with `LuASM.instruction`).
0 commit comments