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

Bump version to 0.4.0

Also bump Elixir requirement to ~> 1.2
This commit is contained in:
Eduardo Gurgel 2016-06-25 13:34:49 +12:00
parent 2a71bafaa8
commit a2f822cfbe

View file

@ -7,8 +7,8 @@ defmodule Httparrot.Mixfile do
def project do
[ app: :httparrot,
version: "0.3.5",
elixir: "~> 1.0",
version: "0.4.0",
elixir: "~> 1.2",
name: "HTTParrot",
description: @description,
package: package,