From d457514a097b828bde5852986e3fd8da93d47f2a Mon Sep 17 00:00:00 2001
From: falood <falood@gmail.com>
Date: Wed, 3 Aug 2016 06:30:56 +0800
Subject: [PATCH] Release v0.2.1

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

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