diff --git a/htmlparser-0.2-1.rockspec b/htmlparser-0.1.1-1.rockspec
similarity index 95%
rename from htmlparser-0.2-1.rockspec
rename to htmlparser-0.1.1-1.rockspec
index 12e22d7..5691b75 100644
--- a/htmlparser-0.2-1.rockspec
+++ b/htmlparser-0.1.1-1.rockspec
@@ -1,8 +1,8 @@
package = "htmlparser"
-version = "0.2-1"
+version = "0.1.1-1"
source = {
url = "git://github.com/wscherphof/lua-htmlparser.git",
- branch = "v0.2"
+ branch = "v0.1.1"
}
description = {
summary = "Parse HTML text into a tree of elements with selectors",