1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 16:22:32 -04:00

Support Elixir ~> 1.0

This commit is contained in:
Eduardo Gurgel 2015-01-14 00:05:49 +13:00
parent becd95f680
commit 103b024884

View file

@ -8,7 +8,7 @@ defmodule Httparrot.Mixfile do
def project do def project do
[ app: :httparrot, [ app: :httparrot,
version: "0.3.3", version: "0.3.3",
elixir: "~> 0.14.1 or ~> 0.15.0 or ~> 1.0.0-rc1", elixir: "~> 1.0",
name: "HTTParrot", name: "HTTParrot",
description: @description, description: @description,
package: package, package: package,