diff --git a/README.md b/README.md index 482349e..470e0b2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ defmodule MyApp.Mixfile do defp deps do [ - { :file_system, "~> 0.2", only: :test }, + {:file_system, "~> 1.0", only: :test}, ] end ... diff --git a/mix.exs b/mix.exs index 36990ba..fdf18eb 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule FileSystem.Mixfile do use Mix.Project @source_url "https://github.com/falood/file_system" - @version "0.2.10" + @version "1.0.0" def project do [