Skip to content

Commit 00bb340

Browse files
committed
Bump version
1 parent ba3e97b commit 00bb340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xmlua.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local xmlua = {}
22

3-
xmlua.VERSION = "1.2.1"
3+
xmlua.VERSION = "1.2.2"
44

55
xmlua.libxml2 = require("xmlua.libxml2")
66
xmlua.XML = require("xmlua.xml")

xmlua.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- -*- lua -*-
22

3-
local package_version = "1.2.1"
3+
local package_version = "1.2.2"
44

55
package = "XMLua"
66
version = package_version .. "-0"

0 commit comments

Comments
 (0)