Skip to content

Commit

Permalink
bump version 1.1.0 -> 1.1.1 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 9, 2022
1 parent fed171e commit 2421018
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 @@ -54,7 +54,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:statuses, "~> 1.1"},
{:statuses, "~> 1.1.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 Statuses.MixProject do
def project do
[
app: :statuses,
version: "1.1.0",
version: "1.1.1",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 2421018

Please sign in to comment.