Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tedelex06 committed Apr 22, 2017
1 parent 5367f08 commit d543b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
...
defp deps do
[{:elixtagram, "~> 0.5.0"}]
[{:elixtagram, "~> 0.5.1"}]
...
Expand Down Expand Up @@ -165,6 +165,9 @@ It's mostly complete, but these things are missing:

## Changelog

### 0.5.1
- Merge PR which better handles cases where API request limiting kicks in (PR #18, thanks @mendab1e!)

### 0.5.0
- Merge PR #16 which implements a paginated version of `Elixtagram.tag_recent_media`: `Elixtagram.tag_recent_media_with_pagination` (thanks @mendab1e!)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Elixtagram.Mixfile do
def project do
[
app: :elixtagram,
version: "0.5.0",
version: "0.5.1",
elixir: ">= 1.2.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit d543b23

Please sign in to comment.