mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
bump version 🌛
This commit is contained in:
parent
686261c983
commit
ea282f23d2
@ -1,5 +1,5 @@
|
||||
|
||||
# MoonScript v0.2.5 (TBR)
|
||||
# MoonScript v0.2.5 (2014-3-5)
|
||||
|
||||
## Changes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
target: reference/index
|
||||
template: reference
|
||||
title: MoonScript v0.2.4 - Language Guide
|
||||
title: MoonScript v0.2.5 - 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.4 - Standard Library
|
||||
title: MoonScript v0.2.5 - Standard Library
|
||||
short_name: stdlib
|
||||
--
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
module("moonscript.version", package.seeall)
|
||||
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
function print_version()
|
||||
print("MoonScript version "..version)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user