diff --git a/README.md b/README.md index fe2e79f..ccaa893 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add `:typed_structor` to the list of dependencies in `mix.exs`: ```elixir def deps do [ - {:typed_structor, "~> 0.1"} + {:typed_structor, "~> 0.3"} ] end ``` diff --git a/mix.exs b/mix.exs index c5002dd..46d3b4d 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule TypedStructor.MixProject do [ app: :typed_structor, description: "TypedStructor is a library for defining structs with types effortlessly.", - version: "0.2.0", + version: "0.3.0", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,