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