We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7cd93 commit 2872c12Copy full SHA for 2872c12
1 file changed
mix.exs
@@ -3,8 +3,8 @@ defmodule Array.Mixfile do
3
4
def project do
5
[app: :elixir_array,
6
- version: "1.0.1",
7
- elixir: ">= 1.0.0",
+ version: "1.1.0",
+ elixir: ">= 1.11.1",
8
description: "An elixir wrapper library for Erlang's array.",
9
package: package(),
10
deps: deps()]
0 commit comments