bump version 🌛

This commit is contained in:
leaf corcoran 2014-03-05 00:33:18 -08:00
parent 686261c983
commit ea282f23d2
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# MoonScript v0.2.5 (TBR) # MoonScript v0.2.5 (2014-3-5)
## Changes ## Changes

View File

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

View File

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

View File

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