From 1bc1437da8a585bf828291470268ab8a9e222114 Mon Sep 17 00:00:00 2001 From: lumi Date: Wed, 3 May 2017 18:37:03 +0200 Subject: [PATCH] bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00705bec..582eb5ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.2.0" +version = "0.3.0" 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"