diff --git a/README.md b/README.md index b670539b1233399b3e324728bdbbca29df121c09..18d5097b7e9f252097aeeee0a634b859015de33d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ defmodule Excellent.Mixfile do defp deps do [ - { :file_system, "~> 0.1.0", only: :test }, + { :file_system, "~> 0.1", only: :test }, ] end ... diff --git a/mix.exs b/mix.exs index 7fd6e5d8a5da3bdcb428395b0e5c9ace71637ef7..01e80504de83aace87979988a80697b9d8b9bf4b 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do def project do [ app: :file_system, - version: "0.1.2", + version: "0.1.3", elixir: "~> 1.3", deps: deps(), description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)",