From 4166751828ec2b4dd81109ff2903f86e7946769b Mon Sep 17 00:00:00 2001 From: lumi Date: Sun, 28 May 2017 00:02:26 +0200 Subject: [PATCH] bump version to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc53cd5a..39ba3441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.4.1" +version = "0.4.2" authors = ["lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel "] description = "A small, simple DOM implementation on top of xml-rs." homepage = "https://gitlab.com/lumi/minidom-rs"