Skip to content
Snippets Groups Projects
Commit e651439c authored by falood's avatar falood
Browse files

Release v0.1.3

parent 0a758570
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ defmodule Excellent.Mixfile do ...@@ -25,7 +25,7 @@ defmodule Excellent.Mixfile do
defp deps do defp deps do
[ [
{ :file_system, "~> 0.1.0", only: :test }, { :file_system, "~> 0.1", only: :test },
] ]
end end
... ...
......
...@@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do ...@@ -3,7 +3,7 @@ defmodule FileSystem.Mixfile do
def project do def project do
[ app: :file_system, [ app: :file_system,
version: "0.1.2", version: "0.1.3",
elixir: "~> 1.3", elixir: "~> 1.3",
deps: deps(), deps: deps(),
description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)", description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment