From 84fa15df9b556e4b8a91a23cadc59ddbb1b3d4c3 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Sun, 7 Jan 2018 16:33:45 +1300 Subject: [PATCH] Bump version [ci skip] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a37cd0e..91f2b7f 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Httparrot.Mixfile do def project do [ app: :httparrot, - version: "1.0.1", + version: "1.0.2", elixir: "~> 1.4", name: "HTTParrot", description: @description,