We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e25a2c commit d60f7a6Copy full SHA for d60f7a6
README.txt
@@ -5,9 +5,8 @@
5
\/ \/\___/ \___/|_| |_\__/\___|_| |_| .__/ \__|
6
|_|
7
8
-
9
-MoonScript 0.2.5
10
-March 5 2014
+MoonScript 0.4.0
+December 6 2015
11
12
============================
13
appveyor.yml
@@ -16,6 +16,8 @@ build_script:
16
test_script:
17
- moon.exe test.moon
18
- moonc.exe test.moon
19
- - lua5.1.exe -e "assert(require('moonscript'))"
+ - lua5.1.exe -e "assert(require('moonscript')); print(require('moonscript.version').version)"
20
21
+after_build:
22
+ - 7z a build.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
23
0 commit comments