Skip to content

Commit

Permalink
chore: bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Jul 3, 2024
1 parent 2080f40 commit 0f74c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0f74c72

Please sign in to comment.