Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amclain committed Dec 28, 2022
1 parent e9a3d1c commit 67e177c
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.0.1"}
{:resolve, "~> 0.1.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 Resolve.MixProject do
def project do
[
app: :resolve,
version: "0.0.1",
version: "0.1.0",
elixir: "~> 1.14",
aliases: aliases(),
description: description(),
Expand Down

0 comments on commit 67e177c

Please sign in to comment.