Skip to content

Commit

Permalink
Bump version to 1.1.0 and Elixir version to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Oct 31, 2020
1 parent 2d7cd93 commit 59d3dfb
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 @@ -3,8 +3,8 @@ defmodule Array.Mixfile do

def project do
[app: :elixir_array,
version: "1.0.1",
elixir: ">= 1.0.0",
version: "2.1.0",
elixir: ">= 1.11.1",
description: "An elixir wrapper library for Erlang's array.",
package: package(),
deps: deps()]
Expand Down

0 comments on commit 59d3dfb

Please sign in to comment.