Skip to content

Commit

Permalink
Bump version 2.7.1 -> 2.8.0 to release support for OTP 24 #83
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 20, 2021
1 parent 3ef7c2b commit 02a2092
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 @@ -67,7 +67,7 @@ Add the `fields` package to your list of dependencies in your `mix.exs` file:
```elixir
def deps do
[
{:fields, "~> 2.1.0"}
{:fields, "~> 2.8.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Fields.MixProject do
[
app: :fields,
description: "A collection of useful fields for building Phoenix apps faster!",
version: "2.7.1",
version: "2.8.0",
elixir: "> 1.10.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 02a2092

Please sign in to comment.