Skip to content

Commit

Permalink
for 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
zacky1972 committed Jan 10, 2021
1 parent 6365b15 commit 9d0cf70
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 @@ -69,7 +69,7 @@ Add `pelemay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pelemay, "~> 0.0.14"},
{:pelemay, "~> 0.0.15"},
]
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 Pelemay.MixProject do
def project do
[
app: :pelemay,
version: "0.0.14",
version: "0.0.15",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 9d0cf70

Please sign in to comment.