From 4ca6f4c386d96f4d7e55b7df9d592b10f929ae40 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 30 May 2017 21:23:33 +0200 Subject: [PATCH] Update version strings: 0.2.0 -> 0.3.0 --- imag-bookmark/Cargo.toml | 2 +- imag-counter/Cargo.toml | 2 +- imag-diary/Cargo.toml | 2 +- imag-mail/Cargo.toml | 2 +- imag-todo/Cargo.toml | 2 +- libimagannotation/Cargo.toml | 2 +- libimagbookmark/Cargo.toml | 2 +- libimagcounter/Cargo.toml | 2 +- libimagdiary/Cargo.toml | 2 +- libimagmail/Cargo.toml | 2 +- libimagtodo/Cargo.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml index 61b54528..23af516b 100644 --- a/imag-bookmark/Cargo.toml +++ b/imag-bookmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imag-bookmark" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Part of the imag core distribution: imag-bookmark command" diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml index 016eadf5..9e7cc070 100644 --- a/imag-counter/Cargo.toml +++ b/imag-counter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imag-counter" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Part of the imag core distribution: imag-counter command" diff --git a/imag-diary/Cargo.toml b/imag-diary/Cargo.toml index 0ec869af..0a6e3048 100644 --- a/imag-diary/Cargo.toml +++ b/imag-diary/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imag-diary" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Part of the imag core distribution: imag-diary command" diff --git a/imag-mail/Cargo.toml b/imag-mail/Cargo.toml index af29630b..42e928c2 100644 --- a/imag-mail/Cargo.toml +++ b/imag-mail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imag-mail" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] [dependencies] diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 8d40adb9..5e454ec6 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["mario "] name = "imag-todo" -version = "0.2.0" +version = "0.3.0" description = "Part of the imag core distribution: imag-todo command" diff --git a/libimagannotation/Cargo.toml b/libimagannotation/Cargo.toml index a94353db..1c512b69 100644 --- a/libimagannotation/Cargo.toml +++ b/libimagannotation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagannotation" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] [dependencies] diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml index 507d6599..c14962f2 100644 --- a/libimagbookmark/Cargo.toml +++ b/libimagbookmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagbookmark" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution" diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index a7fb1f12..b1133a1b 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagcounter" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution" diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index 9139040f..bddb1a09 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagdiary" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution" diff --git a/libimagmail/Cargo.toml b/libimagmail/Cargo.toml index 6357cc45..98452ce7 100644 --- a/libimagmail/Cargo.toml +++ b/libimagmail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagmail" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] description = "Library for the imag core distribution" diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 2f7dc087..cf971e6a 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libimagtodo" -version = "0.2.0" +version = "0.3.0" authors = ["mario "] description = "Library for the imag core distribution"