mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
version bump and updated rockspec
This commit is contained in:
parent
2b177e665e
commit
d64142c85c
@ -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"
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user