From cf5b4239c45f38d6ec0a38b412514e4051142232 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 24 Dec 2017 12:05:00 +0100 Subject: [PATCH] Update version string Holy crap this should really not happen. We accidentially released this crate as 0.4.0 instead of 0.5.0. --- lib/etc/libimagnotification/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/etc/libimagnotification/Cargo.toml b/lib/etc/libimagnotification/Cargo.toml index b869c7e1..706884e9 100644 --- a/lib/etc/libimagnotification/Cargo.toml +++ b/lib/etc/libimagnotification/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagnotification" -version = "0.4.0" +version = "0.5.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution"