Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Apr 11, 2017
1 parent ce2d71e commit ba995fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,14 +2,15 @@

[![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

## Installation

```elixir
def deps do
[{:hunter, "~> 0.2.0"}]
[{:hunter, "~> 0.3.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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(),
Expand Down

0 comments on commit ba995fa

Please sign in to comment.