From d102d576d5b4b6e5f39ba4f9a20b76905c5218d9 Mon Sep 17 00:00:00 2001 From: falood <falood@gmail.com> Date: Mon, 2 Jul 2018 06:24:03 -0700 Subject: [PATCH] Release v0.2.6 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 521896c..44baf6d 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do def project do [ app: :file_system, - version: "0.2.5", + version: "0.2.6", elixir: "~> 1.3", deps: deps(), description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)", -- GitLab