Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jul 9, 2016
1 parent d9c55c6 commit 40d8414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
[hexdocs]: https://hexdocs.pm/scrivener_headers/Scrivener.Headers.html




Helpers for paginating API responses with [Scrivener](https://github.com/drewolson/scrivener) and HTTP headers. Implements [RFC-5988](https://mnot.github.io/I-D/rfc5988bis/), the proposed standard for Web linking.

## Setup
Expand All @@ -24,7 +22,7 @@ Add to `mix.exs`:
defp deps do
[
# ...
{:scrivener_headers, "~> 1.0"}
{:scrivener_headers, "~> 2.0"}
# ...
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Scrivener.Headers.Mixfile do

def project do
[app: :scrivener_headers,
version: "1.0.1",
version: "2.0.0",
elixir: "~> 1.2",
package: package,
description: """
Expand Down

0 comments on commit 40d8414

Please sign in to comment.