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