Release v0.3.0

master
Milton Mazzarri 2017-04-10 23:28:22 -05:00
parent ce2d71e375
commit ba995fad8b
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
[![Hex.pm](https://img.shields.io/hexpm/v/hunter.svg?style=flat-square)](https://hex.pm/packages/hunter)
[![Ebert](https://ebertapp.io/github/milmazz/hunter.svg)](https://ebertapp.io/github/milmazz/hunter)
[![Build Status](https://travis-ci.org/milmazz/hunter.svg?branch=master)](https://travis-ci.org/milmazz/hunter)
A Elixir client for [Mastodon](https://github.com/Gargron/mastodon/), a GNU social-compatible micro-blogging service
@ -9,7 +10,7 @@ A Elixir client for [Mastodon](https://github.com/Gargron/mastodon/), a GNU soci
```elixir
def deps do
[{:hunter, "~> 0.2.0"}]
[{:hunter, "~> 0.3.0"}]
end
```

View File

@ -3,7 +3,7 @@ defmodule Hunter.Mixfile do
def project do
[app: :hunter,
version: "0.3.0-dev",
version: "0.3.0",
elixir: "~> 1.3",
docs: docs(),
package: package(),