getting ready for 0.2.4

This commit is contained in:
leaf corcoran 2013-06-30 23:46:10 -07:00
parent c8d671a931
commit 7b79c7caed
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
target: reference/index
template: reference
title: MoonScript v0.2.3 - Language Guide
title: MoonScript v0.2.4 - Language Guide
short_name: lang
--
MoonScript is a programming language that compiles to

View File

@ -1,6 +1,6 @@
target: reference/standard_lib
template: reference
title: MoonScript v0.2.3 - Standard Library
title: MoonScript v0.2.4 - Standard Library
short_name: stdlib
--

View File

@ -1,7 +1,7 @@
module("moonscript.version", package.seeall)
version = "0.2.3-2"
version = "0.2.4"
function print_version()
print("MoonScript version "..version)
end