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 9629f69 commit 7c4cd41Copy full SHA for 7c4cd41
docs/reference.md
@@ -1,6 +1,6 @@
1
target: reference/index
2
template: reference
3
- title: MoonScript v0.2.2 - Language Guide
+ title: MoonScript v0.2.3 - Language Guide
4
short_name: lang
5
--
6
MoonScript is a programming language that compiles to
docs/standard_lib.md
target: reference/standard_lib
- title: MoonScript v0.2.2 - Standard Library
+ title: MoonScript v0.2.3 - Standard Library
short_name: stdlib
moonscript/version.lua
@@ -1,7 +1,7 @@
module("moonscript.version", package.seeall)
-version = "0.2.2"
+version = "0.2.3"
function print_version()
print("MoonScript version "..version)
7
end
0 commit comments