Skip to content

Commit a7bc295

Browse files
committed
Add v1
1 parent 98b384f commit a7bc295

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/lua_modules
44
/.luarocks
55
/test
6+
7+
/*.rock

luaxmlgenerator-0.1.0-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = "LuaXMLGenerator"
22
version = "0.1.0-1"
33
source = {
44
url = "git+https://github.com/Frityet/LuaXMLGenerator",
5-
tag = "v0.1.0"
5+
tag = "0.1.0"
66
}
77
description = {
88
summary = "DSL to generate XML/HTML",

0 commit comments

Comments
 (0)