From dabda37a7d5623f261fe552258e098406b9f468c Mon Sep 17 00:00:00 2001 From: falood <falood@gmail.com> Date: Wed, 23 Aug 2017 21:44:07 -0700 Subject: [PATCH] Release v0.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e7853c8..257b83f 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do def project do [ app: :file_system, - version: "0.1.5", + version: "0.2.0", elixir: "~> 1.3", deps: deps(), description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)", -- GitLab