From bb5d63754d238d3a27c92ed22da05c7d5097eb32 Mon Sep 17 00:00:00 2001 From: Phil Chen <06fahchen@gmail.com> Date: Sat, 29 Jun 2024 00:07:43 +0800 Subject: [PATCH] bump to 0.1.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,