From 9b8fe2eceffb2d6382c1dcb95f86be99a32e8468 Mon Sep 17 00:00:00 2001 From: Greg V Date: Sat, 1 Oct 2016 16:02:32 +0000 Subject: [PATCH] release 3.0.2 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 544aaf7..c13d45c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# HTTPotion [![hex.pm version](https://img.shields.io/hexpm/v/httpotion.svg?style=flat)](https://hex.pm/packages/httpotion) [![hex.pm downloads](https://img.shields.io/hexpm/dt/httpotion.svg?style=flat)](https://hex.pm/packages/httpotion) [![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](http://hexdocs.pm/httpotion/) [![Build Status](https://img.shields.io/travis/myfreeweb/httpotion.svg?style=flat)](https://travis-ci.org/myfreeweb/httpotion) [![unlicense](https://img.shields.io/badge/un-license-green.svg?style=flat)](http://unlicense.org) +# HTTPotion [![hex.pm version](https://img.shields.io/hexpm/v/httpotion.svg?style=flat)](https://hex.pm/packages/httpotion) [![hex.pm downloads](https://img.shields.io/hexpm/dt/httpotion.svg?style=flat)](https://hex.pm/packages/httpotion) [![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/httpotion/) [![Build Status](https://img.shields.io/travis/myfreeweb/httpotion.svg?style=flat)](https://travis-ci.org/myfreeweb/httpotion) [![unlicense](https://img.shields.io/badge/un-license-green.svg?style=flat)](http://unlicense.org) HTTP client for [Elixir], based on [ibrowse]. Continues the HTTPun tradition of [HTTParty], [HTTPretty], [HTTParrot] and [HTTPie]. @@ -10,7 +10,7 @@ Add HTTPotion to your project's dependencies in `mix.exs`: ```elixir defp deps do [ - {:httpotion, "~> 3.0.0"} + {:httpotion, "~> 3.0.2"} ] end diff --git a/mix.exs b/mix.exs index 321642f..00f9314 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule HTTPotion.Mixfile do [ app: :httpotion, name: "httpotion", source_url: "https://github.com/myfreeweb/httpotion", - version: "3.0.1", + version: "3.0.2", elixir: "~> 1.1", docs: [ extras: ["README.md", "CODE_OF_CONDUCT.md"] ], description: description(),