From c763b5dc3062838d2dbfca81c5e4f21c066ece6a Mon Sep 17 00:00:00 2001 From: Xiangrong Hao <falood@gmail.com> Date: Sun, 20 Sep 2020 09:15:24 -0700 Subject: [PATCH] Release v0.2.9 (#70) --- .travis.yml | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2abfe2..fa28731 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,11 @@ matrix: otp_release: 20.0 elixir: 1.5.0 + - os: linux + sudo: required + otp_release: 23.0 + elixir: 1.10.4 + notifications: recipients: - self@falood.me diff --git a/mix.exs b/mix.exs index 719d2af..6ce8243 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do def project do [ app: :file_system, - version: "0.2.8", + version: "0.2.9", elixir: "~> 1.3", deps: deps(), description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)", -- GitLab