From cb17ca24c111ec7aa8ade07f41a005b97a455472 Mon Sep 17 00:00:00 2001 From: lumi Date: Fri, 19 May 2017 13:12:46 +0200 Subject: [PATCH] bump version to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 582eb5ae57effe9344463c069da1ec8a04656a1b..2ad76a9cec0c030b2eba80c5a0b308e7086d8b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.3.0" +version = "0.3.1" 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"