Skip to content

Commit

Permalink
for v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zacky1972 committed May 12, 2020
1 parent 7d8ff11 commit 6354f1a
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 @@ -68,7 +68,7 @@ Add `pelemay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pelemay, "~> 0.0.10"},
{:pelemay, "~> 0.0.12"},
]
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.11",
version: "0.0.12",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 6354f1a

Please sign in to comment.