Skip to content

Commit 7c4cd41

Browse files
committed
version bump
1 parent 9629f69 commit 7c4cd41

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.2 - Language Guide
3+
title: MoonScript v0.2.3 - 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.2 - Standard Library
3+
title: MoonScript v0.2.3 - 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.2"
4+
version = "0.2.3"
55
function print_version()
66
print("MoonScript version "..version)
77
end

0 commit comments

Comments
 (0)