Skip to content

Commit

Permalink
Bump version to 0.7.0 and add myself to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrobins committed May 9, 2018
1 parent ca05cf2 commit 105bc56
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 @@ -8,7 +8,7 @@ defmodule Forcex.Mixfile do
def project do
[
app: :forcex,
version: "0.6.2",
version: "0.7.0",
elixir: "~> 1.5",
name: "Forcex",
description: @description,
Expand Down Expand Up @@ -77,7 +77,7 @@ defmodule Forcex.Mixfile do
end

defp package do
[maintainers: ["Jeff Weiss"],
[maintainers: ["Jeff Weiss", "Matt Robinson"],
licenses: ["MIT"],
links: %{"Github" => "https://github.com/jeffweiss/forcex"}]
end
Expand Down

0 comments on commit 105bc56

Please # to comment.