summaryrefslogtreecommitdiffstats
path: root/libimagref
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-12 11:51:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-12 11:51:20 +0200
commit9337a14cddde6f0756bb0474efb92aecee3012f1 (patch)
tree86340f90ec9b5fc274451e4d50255a127dffe889 /libimagref
parent923a4c51b503a4e147be07c85befba66f265481e (diff)
Update all version strings: 0.1.0 -> 0.2.0
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/Cargo.toml2
-rw-r--r--libimagref/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml
index a21494ad..f0c31392 100644
--- a/libimagref/Cargo.toml
+++ b/libimagref/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagref"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
diff --git a/libimagref/src/lib.rs b/libimagref/src/lib.rs
index 1cafe6a5..c34651ab 100644
--- a/libimagref/src/lib.rs
+++ b/libimagref/src/lib.rs
@@ -10,7 +10,7 @@ extern crate walkdir;
#[macro_use] extern crate libimagerror;
#[macro_use] extern crate libimagutil;
-module_entry_path_mod!("ref", "0.1.0");
+module_entry_path_mod!("ref", "0.2.0");
pub mod error;
pub mod flags;