mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
version bump
This commit is contained in:
parent
9629f69d16
commit
7c4cd41fba
@ -1,6 +1,6 @@
|
||||
target: reference/index
|
||||
template: reference
|
||||
title: MoonScript v0.2.2 - Language Guide
|
||||
title: MoonScript v0.2.3 - Language Guide
|
||||
short_name: lang
|
||||
--
|
||||
MoonScript is a programming language that compiles to
|
||||
|
@ -1,6 +1,6 @@
|
||||
target: reference/standard_lib
|
||||
template: reference
|
||||
title: MoonScript v0.2.2 - Standard Library
|
||||
title: MoonScript v0.2.3 - Standard Library
|
||||
short_name: stdlib
|
||||
--
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
module("moonscript.version", package.seeall)
|
||||
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
function print_version()
|
||||
print("MoonScript version "..version)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user