diff --git a/mix.exs b/mix.exs index 5e33297..7846da7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule FsBuild.MixProject do use Mix.Project - @version "1.0.2" + @version "1.0.3" @name "FsBuild" @description "A filesystem-based build engine which provides a flexible mechanism for parsing and processing files." @source_url "https://github.com/cozy-elixir/fs_build"