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 2e85615 commit 3b0481cCopy full SHA for 3b0481c
xmlua.lua
@@ -1,6 +1,6 @@
1
local xmlua = {}
2
3
-xmlua.VERSION = "1.2.2"
+xmlua.VERSION = "1.2.3"
4
5
xmlua.libxml2 = require("xmlua.libxml2")
6
xmlua.XML = require("xmlua.xml")
xmlua.rockspec
-- -*- lua -*-
-local package_version = "1.2.2"
+local package_version = "1.2.3"
package = "XMLua"
version = package_version .. "-0"
0 commit comments