diff --git a/README.md b/README.md index 0199b3d..d5a6e67 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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 ``` diff --git a/mix.exs b/mix.exs index dcbed86..2efeeb2 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),