Skip to content

Commit

Permalink
for 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zacky1972 committed Dec 3, 2020
1 parent 624637a commit fcdd8c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We've tested it well on the following processor architectures:

We've tested it well on the following OS:

* macOS (64bit)
* macOS (64bit, including Apple Silicon M1 Mac on ARM native mode (unfortunately, not works on Rosetta 2))
* Linux (64bit)
* Nerves (Raspberry Pi 3)

Expand All @@ -46,6 +46,7 @@ We've tested it on the following Elixir versions:

We've tested it on the following OTP versions:

* 23
* 22
* 21
* 20
Expand All @@ -68,7 +69,7 @@ Add `pelemay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pelemay, "~> 0.0.13"},
{:pelemay, "~> 0.0.14"},
]
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.13",
version: "0.0.14",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit fcdd8c2

Please sign in to comment.