Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amclain committed Apr 22, 2023
1 parent 329c859 commit 69bc653
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 @@ -24,7 +24,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:resolve, "~> 0.2.0"}
{:resolve, "~> 0.2.1"}
]
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 Resolve.MixProject do
def project do
[
app: :resolve,
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.14",
aliases: aliases(),
description: description(),
Expand Down

0 comments on commit 69bc653

Please sign in to comment.