Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Apr 21, 2019
1 parent 516357b commit c22b862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Changelog

## v0.1.0 (2019-04-21)

- Initial Release
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule UAInspector.Plug.Mixfile do
[
app: :ua_inspector_plug,
name: "UAInspector Plug",
version: "0.1.0-dev",
version: "0.1.0",
elixir: "~> 1.5",
aliases: aliases(),
deps: deps(),
Expand Down Expand Up @@ -47,7 +47,7 @@ defmodule UAInspector.Plug.Mixfile do
defp docs do
[
main: "UAInspector.Plug",
source_ref: "master",
source_ref: "v0.1.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit c22b862

Please sign in to comment.