summaryrefslogtreecommitdiffstats
path: root/libimagnotes
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 /libimagnotes
parent923a4c51b503a4e147be07c85befba66f265481e (diff)
Update all version strings: 0.1.0 -> 0.2.0
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/Cargo.toml2
-rw-r--r--libimagnotes/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml
index f13cf218..f33fb8e0 100644
--- a/libimagnotes/Cargo.toml
+++ b/libimagnotes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libimagnotes"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
diff --git a/libimagnotes/src/lib.rs b/libimagnotes/src/lib.rs
index ee43c9a3..577bd2c4 100644
--- a/libimagnotes/src/lib.rs
+++ b/libimagnotes/src/lib.rs
@@ -23,7 +23,7 @@ extern crate libimagrt;
#[macro_use] extern crate libimagerror;
extern crate libimagentrytag;
-module_entry_path_mod!("notes", "0.1.0");
+module_entry_path_mod!("notes", "0.2.0");
pub mod error;
pub mod note;