aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-11-01 21:58:03 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-11-01 21:58:03 +0100
commit9d7bb8e01a7ec9fea02b31334822a95e10d5a7e4 (patch)
treea3e63cf156be855cc67d527822bc4b603990c4cc
parent7d2be237297c16628cb3d58774e808cac9c92fc1 (diff)
downloadmail-9d7bb8e01a7ec9fea02b31334822a95e10d5a7e4.tar.gz
bump version
-rw-r--r--Cargo.toml2
-rw-r--r--README.md5
2 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d8ee81..8809644 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "notmuch"
-version = "0.2.1"
+version = "0.3.0"
authors = ["Dirk Van Haerenborgh <vhdirk@gmail.com>"]
homepage = "https://github.com/vhdirk/notmuch-rs"
repository = "https://github.com/vhdirk/notmuch-rs"
diff --git a/README.md b/README.md
index 4e1d86b..2847e32 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-notmuch-rs
-==========
+# notmuch-rs
This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) C api.
@@ -9,8 +8,8 @@ This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/)
[![License](https://img.shields.io/crates/l/notmuch.svg)](https://crates.io/crates/notmuch)
## Building
-**notmuch-rs** expects libnotmuch development files to be installed on your system.
+**notmuch-rs** expects libnotmuch development files to be installed on your system.
## Using