From ba41736175407d0aaf1b099d5ada16d98b4af4f6 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Wed, 14 Jan 2015 00:11:36 +1300 Subject: [PATCH] Bump version 0.3.4 [ci skip] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b65de68..2151a6a 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Httparrot.Mixfile do def project do [ app: :httparrot, - version: "0.3.3", + version: "0.3.4", elixir: "~> 1.0", name: "HTTParrot", description: @description,