diff --git a/mix.exs b/mix.exs index e9daabf..8735679 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule TypedStructor.MixProject do [ app: :typed_structor, description: "TypedStructor is a library for defining structs with types effortlessly.", - version: "0.1.1", + version: "0.1.2", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,