From 796e064287654a9dab66b3a56d5bd9a1f59fe595 Mon Sep 17 00:00:00 2001 From: falood <falood@gmail.com> Date: Fri, 3 May 2019 10:47:27 -0700 Subject: [PATCH] bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9486661..1dfd96d 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do def project do [ app: :file_system, - version: "0.2.6", + version: "0.2.7", elixir: "~> 1.3", deps: deps(), description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)", -- GitLab