diff --git a/README.md b/README.md index f272838..b7416a4 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ The purpose of this example is to provide details as to how one would go about u - Elixir 1.13.0 or newer -- Erlang 24.1.3 or newer +- Erlang 24.1.4 or newer - Phoenix 1.5.13 or newer - PostgreSQL 14.0 or newer -Note: This tutorial was updated on macOS 11.6. +Note: This tutorial was updated on macOS 11.6.1. ## Communication diff --git a/mix.exs b/mix.exs index 938a8de..575c503 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule ZeroPhoenix.Mixfile do [ app: :zero_phoenix, version: "2.5.0", - elixir: "~> 1.13.0-dev", + elixir: "~> 1.13.0-rc.0", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:gettext] ++ Mix.compilers(), start_permanent: Mix.env() == :prod,