Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Mar 10, 2016
1 parent 6365357 commit 071bf90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ defmodule Scrivener.Headers.Mixfile do

def project do
[app: :scrivener_headers,
version: "0.0.1",
version: "1.0.0",
elixir: "~> 1.2",
package: package,
description: "",
description: """
Helpers for paginating API responses with Scrivener and HTTP headers
""",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps]
Expand Down

0 comments on commit 071bf90

Please # to comment.