From 420f31f50bdf2be1c6cd89297db7da2ebdc91b9e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 23 Oct 2016 18:36:48 +0200 Subject: [PATCH] Fix messed up version string --- libimagbookmark/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml index b98982f4..fc5ba07b 100644 --- a/libimagbookmark/Cargo.toml +++ b/libimagbookmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagbookmark" -version = "0.1.0" +version = "0.2.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution"