Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Sep 15, 2015
1 parent 81c899b commit 76dc127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Plug.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"

def project do
[app: :plug,
Expand All @@ -12,7 +12,7 @@ defmodule Plug.Mixfile do
description: "A specification and conveniences for composable " <>
"modules between web applications",
name: "Plug",
docs: [readme: "README.md", main: "README",
docs: [extras: ["README.md"], main: "README",
source_ref: "v#{@version}",
source_url: "https://github.com/elixir-lang/plug"]]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{"cowboy": {:hex, :cowboy, "1.0.0"},
"cowlib": {:hex, :cowlib, "1.0.0"},
"earmark": {:hex, :earmark, "0.1.17"},
"ex_doc": {:hex, :ex_doc, "0.8.3"},
"ex_doc": {:hex, :ex_doc, "0.9.0"},
"hackney": {:hex, :hackney, "1.2.0"},
"idna": {:hex, :idna, "1.0.2"},
"inch_ex": {:hex, :inch_ex, "0.2.1"},
Expand Down

0 comments on commit 76dc127

Please sign in to comment.