diff --git a/README.md b/README.md index a4bc4df..41d11c8 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Thanks to TypedStruct, this is now possible :) To use TypedStruct in your project, add this to your Mix dependencies: ```elixir -{:typed_struct, "~> 0.1.1"} +{:typed_struct, "~> 0.1.2"} ``` If you do not plan to compile modules using TypedStruct at runtime, you can add diff --git a/mix.exs b/mix.exs index ac71dd2..67d8f47 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule TypedStruct.MixProject do use Mix.Project - @version "0.1.2-dev" + @version "0.1.2" @repo_url "https://github.com/ejpcmac/typed_struct" def project do