Skip to content

Commit 7b79c7c

Browse files
committed
getting ready for 0.2.4
1 parent c8d671a commit 7b79c7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
target: reference/index
22
template: reference
3-
title: MoonScript v0.2.3 - Language Guide
3+
title: MoonScript v0.2.4 - Language Guide
44
short_name: lang
55
--
66
MoonScript is a programming language that compiles to

docs/standard_lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
target: reference/standard_lib
22
template: reference
3-
title: MoonScript v0.2.3 - Standard Library
3+
title: MoonScript v0.2.4 - Standard Library
44
short_name: stdlib
55
--
66

moonscript/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
module("moonscript.version", package.seeall)
33

4-
version = "0.2.3-2"
4+
version = "0.2.4"
55
function print_version()
66
print("MoonScript version "..version)
77
end

0 commit comments

Comments
 (0)