diff --git a/mix.exs b/mix.exs
index d57ba9d1e52fe1e413b5d3b786d1d89cf87c5d09..e7853c8fa7a0dad699f765bb7d3d4513f2953127 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)",