rocks: fixed wrong version of luarocks. (#32)

* rocks: fixed wrong version of luarocks.
diff --git a/release.md b/release.md
index be06c5a..ff34dc1 100644
--- a/release.md
+++ b/release.md
@@ -1,7 +1,7 @@
 # Release Guide
 All committer should follow these steps to do release for this repo.
 
-1. Update the [CHANGES.md](CHANGES.md) to prepare the official release. 
+1. Update the [CHANGES.md](CHANGES.md) to prepare the official release.
 
 2. Package the source release.
 
@@ -54,7 +54,7 @@
 5. Call for a vote. Call a vote in dev@skywalking.apache.org
 
 ```
-[VOTE] Release SkyWalking Nginx LUA x.y.z 
+[VOTE] Release SkyWalking Nginx LUA x.y.z
 
 This is a call for vote to release Apache SkyWalking Nginx LUA version x.y.z.
 
@@ -108,8 +108,8 @@
 
 Apache SkyWalking  Team is glad to announce the first release of Apache SkyWalking Nginx LUA x.y.z
 
-SkyWalking: APM (application performance monitor) tool for distributed systems, 
-especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. 
+SkyWalking: APM (application performance monitor) tool for distributed systems,
+especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
 
 SkyWalking Nginx Agent provides the native tracing capability for Nginx powered by Nginx LUA module.
 
@@ -141,3 +141,8 @@
 
 - Apache SkyWalking Team
 ```
+
+6. upload rockspec file to luarocks.org
+login to [luarocks.org](https://luarocks.org/), the user name is `apache-skywalking` and the password has been sent to `private@skwalking.apache.org`.
+
+Then upload the rockspec file and you can use the `luarocks` command line to install the new version.
diff --git a/skywalking-nginx-lua-1.0-0.rockspec b/rockspec/skywalking-nginx-lua-0.1-0.rockspec
similarity index 97%
rename from skywalking-nginx-lua-1.0-0.rockspec
rename to rockspec/skywalking-nginx-lua-0.1-0.rockspec
index 0ec803c..f02a681 100644
--- a/skywalking-nginx-lua-1.0-0.rockspec
+++ b/rockspec/skywalking-nginx-lua-0.1-0.rockspec
@@ -1,5 +1,5 @@
 package = "skywalking-nginx-lua"
-version = "1.0-0"
+version = "0.1-0"
 source = {
    url = "git://github.com/apache/skywalking-nginx-lua",
    branch = "master",
diff --git a/skywalking-nginx-lua-2.0-0.rockspec b/rockspec/skywalking-nginx-lua-0.2-0.rockspec
similarity index 97%
rename from skywalking-nginx-lua-2.0-0.rockspec
rename to rockspec/skywalking-nginx-lua-0.2-0.rockspec
index fb07169..0bc21ef 100644
--- a/skywalking-nginx-lua-2.0-0.rockspec
+++ b/rockspec/skywalking-nginx-lua-0.2-0.rockspec
@@ -1,5 +1,5 @@
 package = "skywalking-nginx-lua"
-version = "2.0-0"
+version = "0.2-0"
 source = {
    url = "git://github.com/apache/skywalking-nginx-lua",
    branch = "master",