From 420f31f50bdf2be1c6cd89297db7da2ebdc91b9e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 23 Oct 2016 18:36:48 +0200 Subject: [PATCH 1/2] 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" From e4ddae7f102f7fb18b9bcedb546e38e5e9397dae Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 23 Oct 2016 18:44:17 +0200 Subject: [PATCH 2/2] Fix version string in imag-bookmark as well --- imag-bookmark/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml index 5665e670..61970c3c 100644 --- a/imag-bookmark/Cargo.toml +++ b/imag-bookmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imag-bookmark" -version = "0.1.0" +version = "0.2.0" authors = ["Matthias Beyer "] description = "Part of the imag core distribution: imag-bookmark command"