Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 64eeb0e

Browse files
author
Josh Price
committed
Prep for release
1 parent 79adb8c commit 64eeb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GraphQL.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.1"
55

66
@description "An Elixir implementation of Facebook's GraphQL core engine"
77
@repo_url "https://github.com/joshprice/graphql-elixir"
@@ -38,7 +38,7 @@ defmodule GraphQL.Mixfile do
3838
end
3939

4040
defp package do
41-
[maintainers: ["Josh Price", "Mark Olson"],
41+
[maintainers: ["Josh Price", "James Sadler", "Mark Olson"],
4242
licenses: ["BSD"],
4343
links: %{"GitHub" => @repo_url},
4444
files: ~w(lib src/*.xrl src/*.yrl mix.exs *.md LICENSE)]

0 commit comments

Comments
 (0)