Skip to content

Commit b887b23

Browse files
committed
version bump
1 parent 2be7014 commit b887b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ defmodule OAuth2Cli.Mixfile do
88
def project do
99
[
1010
app: :oauth2cli,
11-
version: "0.0.3",
11+
version: "0.0.4",
1212
elixir: "~> 1.0",
1313
deps: deps,
1414
description: @description,
1515
package: [
16-
contributors: ["Garrett Amini", "Sonny Scroggin", "Nate West"],
16+
contributors: ["Garrett Amini", "Sonny Scroggin", "Nate West", "Jamie Winsor"],
1717
licenses: ["MIT"],
1818
links: %{"Github": "https://github.com/mgamini/oauth2cli-elixir"}
1919
]

0 commit comments

Comments
 (0)