From d64142c85cd31560ad4ee9f8c250189f3bcc6110 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 13 Aug 2011 10:38:13 -0700 Subject: [PATCH] version bump and updated rockspec --- moonscript-dev-1.rockspec | 2 +- moonscript/version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moonscript-dev-1.rockspec b/moonscript-dev-1.rockspec index 381d8d1..4eea015 100644 --- a/moonscript-dev-1.rockspec +++ b/moonscript-dev-1.rockspec @@ -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 ", license = "MIT" } diff --git a/moonscript/version.lua b/moonscript/version.lua index d2307fc..3da2895 100644 --- a/moonscript/version.lua +++ b/moonscript/version.lua @@ -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