Navigation Menu

Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Dec 8, 2016
1 parent 3fa0bec commit fbd5ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -14,7 +14,7 @@ defmodule Appsignal.Mixfile do

def project do
[app: :appsignal,
version: "0.9.1",
version: "0.9.2",
name: "AppSignal",
description: description(),
package: package(),
Expand All @@ -35,7 +35,7 @@ defmodule Appsignal.Mixfile do
defp package do
%{files: ["lib", "c_src/*.[ch]", "mix.exs", "mix_helpers.exs",
"*.md", "LICENSE", "Makefile", "agent.json"],
maintainers: ["Arjan Scherpenisse"],
maintainers: ["Arjan Scherpenisse", "Jeff Kreeftmeijer"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/appsignal/appsignal-elixir"}}
end
Expand Down

0 comments on commit fbd5ee9

Please sign in to comment.