Version bump: v0.2.0-dev

master
Milton Mazzarri 2017-04-08 00:39:35 -05:00
parent bbcb88cdcc
commit b4e38f2b3f
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@ defmodule Hunter.Mixfile do
def project do
[app: :hunter,
version: "0.1.0",
version: "0.2.0-dev",
elixir: "~> 1.3",
docs: docs(),
package: package(),
source_url: "https://github.com/milmazz/hunter",
description: "Elixir wrapper for Mastodon API",
description: "Elixir client for Mastodon, a GNU social-compatible micro-blogging service",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
elixirc_paths: elixirc_paths(Mix.env),