From e1847e6312979daadb18c626b6475e57d83db80b Mon Sep 17 00:00:00 2001
From: falood <falood@gmail.com>
Date: Thu, 10 Aug 2017 08:14:10 -0700
Subject: [PATCH] Release v0.1.5

---
 mix.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs
index d57ba9d..e7853c8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do
 
   def project do
     [ app: :file_system,
-      version: "0.1.4",
+      version: "0.1.5",
       elixir: "~> 1.3",
       deps: deps(),
       description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)",
-- 
GitLab