diff --git a/mix.exs b/mix.exs index 3e772b0..344f142 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ConfigParser.Mixfile do def project do [app: :configparser_ex, - version: "2.0.0", + version: "2.0.1", name: "ConfigParser for Elixir", source_url: "https://github.com/easco/configparser_ex", elixir: ">= 1.3.0",