diff --git a/README.md b/README.md index abd7430..805972c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ end Candran is released under the MIT License (see ```LICENSE``` for details). #### Quick setup -Install Candran automatically using LuaRocks: ```sudo luarocks install rockspec/candran-0.12.0-1.rockspec```. +Install Candran automatically using LuaRocks: ```sudo luarocks install candran```. Or manually install LPegLabel (```luarocks install lpeglabel```, version 1.5 or above), download this repository and use Candran through the scripts in ```bin/``` or use it as a library with the self-contained ```candran.lua```. diff --git a/rockspec/candran-0.13.0-1.rockspec b/rockspec/candran-0.14.0-1.rockspec similarity index 96% rename from rockspec/candran-0.13.0-1.rockspec rename to rockspec/candran-0.14.0-1.rockspec index 1df15eb..dc82cd2 100644 --- a/rockspec/candran-0.13.0-1.rockspec +++ b/rockspec/candran-0.14.0-1.rockspec @@ -2,7 +2,7 @@ rockspec_format = "3.0" package = "candran" -version = "0.13.0-1" +version = "0.14.0-1" description = { summary = "A simple Lua dialect and preprocessor.", @@ -19,7 +19,7 @@ description = { source = { url = "git://github.com/Reuh/candran", - tag = "v0.13.0" + tag = "v0.14.0" } dependencies = {