Skip to content

Commit

Permalink
make earmark dep only for :dev and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Rossi committed Mar 28, 2016
1 parent 30ccd7d commit a4b2834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule PortMidi.Mixfile do

def project do
[app: :portmidi,
version: "3.1.1",
version: "3.1.2",
elixir: "~> 1.2",
description: "Elixir bindings to the portmidi C library",
package: package,
Expand Down Expand Up @@ -34,7 +34,7 @@ defmodule PortMidi.Mixfile do
[{:credo, "~> 0.3", only: [:dev, :test]},
{:mock, "~> 0.1.1", only: :test},
{:ex_doc, github: "elixir-lang/ex_doc", only: :dev},
{:earmark, ">= 0.0.0"}]
{:earmark, ">= 0.0.0", only: :dev}]
end

defp package do
Expand Down

0 comments on commit a4b2834

Please sign in to comment.