Skip to content

Commit

Permalink
update version of package to 2.7.1 to avoid warnings #76 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 13, 2020
1 parent 2426c94 commit 73aae7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ defmodule Fields.MixProject do
[
app: :fields,
description: "A collection of useful fields for building Phoenix apps faster!",
version: "2.7.0",
elixir: "~> 1.9",
version: "2.7.1",
elixir: "~> 1.10.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
Expand Down

0 comments on commit 73aae7c

Please sign in to comment.