We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3e97b commit 00bb340Copy full SHA for 00bb340
xmlua.lua
@@ -1,6 +1,6 @@
1
local xmlua = {}
2
3
-xmlua.VERSION = "1.2.1"
+xmlua.VERSION = "1.2.2"
4
5
xmlua.libxml2 = require("xmlua.libxml2")
6
xmlua.XML = require("xmlua.xml")
xmlua.rockspec
-- -*- lua -*-
-local package_version = "1.2.1"
+local package_version = "1.2.2"
package = "XMLua"
version = package_version .. "-0"
0 commit comments