From 90c4aec54f3789a2c81992789db63bffbaec30c8 Mon Sep 17 00:00:00 2001 From: lumi Date: Sun, 23 Apr 2017 17:23:09 +0200 Subject: [PATCH] Bump the version number up to 0.2.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95026c8e..8ac64e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.1.0" +version = "0.2.0" authors = ["lumi "] description = "A crate which provides a Jid struct for Jabber IDs." homepage = "https://gitlab.com/lumi/jid-rs"