From be9c4504a0fbe1e4f924c202352505942d835109 Mon Sep 17 00:00:00 2001
From: Ryan Hunt <rhunt@eqrion.net>
Date: Mon, 8 May 2017 01:33:00 -0400
Subject: [PATCH] Update version to 0.1.7

---
 Cargo.lock | 2 +-
 Cargo.toml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 2b6f6cb..f68a468 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
 [root]
 name = "cbindgen"
-version = "0.1.6"
+version = "0.1.7"
 dependencies = [
  "clap 2.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index fd1dc30..e982250 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,10 +2,10 @@
 name = "cbindgen"
 description = "A tool for generating C bindings to Rust code."
 license = "MPL-2.0"
-version = "0.1.6"
+version = "0.1.7"
 authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"]
 repository = "https://github.com/rlhunt/cbindgen/"
-exclude = ["examples/**"]
+exclude = ["samples/**"]
 
 [dependencies]
 clap = "2"
-- 
GitLab