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 = {
|
description = {
|
||||||
summary = "A little language that compiles to Lua",
|
summary = "A little language that compiles to Lua",
|
||||||
homepage = "http://leafo.net/moonscript",
|
homepage = "http://moonscript.org",
|
||||||
maintainer = "Leaf Corcoran <leafot@gmail.com>",
|
maintainer = "Leaf Corcoran <leafot@gmail.com>",
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
module("moonscript.version", package.seeall)
|
module("moonscript.version", package.seeall)
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.2.0-dev"
|
||||||
function print_version()
|
function print_version()
|
||||||
print("MoonScript version "..version)
|
print("MoonScript version "..version)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user