diff --git a/mix.exs b/mix.exs index 695aacf..ad4d3f8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule CozySVG.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" @description "A tiny and fast library to compile and render SVG files." @source_url "https://github.com/cozy-elixir/cozy_svg"