From 757c9f3d70280ef6e4a3b760a06fd03d7020c9d9 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Sun, 27 Apr 2014 13:14:11 +1200 Subject: [PATCH] Bump version 0.1.0 [ci skip] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index af5c691..fc0d4db 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Httparrot.Mixfile do def project do [ app: :httparrot, - version: "0.0.3", + version: "0.1.0", name: "HTTParrot", elixir: "~> 0.12.4", deps: deps(Mix.env) ]