Skip to content

Commit

Permalink
🔖 Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byjpr committed Jul 20, 2021
1 parent 1a9efa2 commit 3478295
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 @@ -43,7 +43,7 @@ Stop writing `defp from_x_to_y(data), do: %{ "another_id" => data["id"], "name"
```elixir
def deps do
[
{:map_rewire, "~> 0.2.0"}
{:map_rewire, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MapRewire.MixProject do
def project do
[
app: :map_rewire,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3478295

Please sign in to comment.