Skip to content

Commit

Permalink
Bump version and elixir requirement
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
edgurgel committed Apr 29, 2018
1 parent 65d9d1a commit 174f1af
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 @@ -8,8 +8,8 @@ defmodule Tentacat.Mixfile do
def project do
[
app: :tentacat,
version: "0.9.0",
elixir: "~> 1.0",
version: "1.0.0",
elixir: "~> 1.3",
name: "Tentacat",
description: @description,
package: package(),
Expand Down

0 comments on commit 174f1af

Please sign in to comment.