Skip to content

Commit

Permalink
Updated Hex package info
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesilvio committed Feb 9, 2017
1 parent b7e539c commit 0290f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An Elixir client for the Yelp Fusion API (aka *Yelp's API v3*).

See the Yelp API docs [here](https://www.yelp.com/developers/documentation/v3/).

See the [Hex documentation](https://hex.pm/packages/yelp_ex) for more information.


## Installation

Expand All @@ -15,7 +17,7 @@ def application do
end

defp deps do
[{:yelp_ex, github: "jdesilvio/yelp_ex"}]
[{:yelp_ex, "~> 0.1.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule YelpEx.Mixfile do
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[app: :yelp_ex,
Expand Down

0 comments on commit 0290f26

Please sign in to comment.