diff --git a/mix.exs b/mix.exs
index f30c82d07103d6cca6783696eb720d91ec44e445..ba785024d41bb597d26b06f91e27955a9b12accd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule ExFSWatch.Mixfile do
 
   def project do
     [ app: :exfswatch,
-      version: "0.2.0",
+      version: "0.2.1",
       elixir: "~> 1.0",
       deps: deps,
       description: "A file change watcher wrapper based on [fs](https://github.com/synrc/fs)",