version bump and updated rockspec

This commit is contained in:
leaf corcoran 2011-08-13 10:38:13 -07:00
parent 2b177e665e
commit d64142c85c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ source = {
description = {
summary = "A little language that compiles to Lua",
homepage = "http://leafo.net/moonscript",
homepage = "http://moonscript.org",
maintainer = "Leaf Corcoran <leafot@gmail.com>",
license = "MIT"
}

View File

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