We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03085dc commit bb5d637Copy full SHA for bb5d637
mix.exs
@@ -5,7 +5,7 @@ defmodule TypedStructor.MixProject do
5
[
6
app: :typed_structor,
7
description: "TypedStructor is a library for defining structs with types effortlessly.",
8
- version: "0.1.1",
+ version: "0.1.2",
9
elixir: "~> 1.14",
10
elixirc_paths: elixirc_paths(Mix.env()),
11
start_permanent: Mix.env() == :prod,
0 commit comments