From c82f9b46f443abb60d11361c82d593c1f393dd45 Mon Sep 17 00:00:00 2001 From: lumi Date: Sun, 20 Aug 2017 17:20:09 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44e55843..07b8713a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.2.3" +version = "0.2.4" authors = ["lumi ", "Emmanuel Gil Peyrot "] description = "A crate which provides a Jid struct for Jabber IDs." homepage = "https://gitlab.com/lumi/jid-rs"