Skip to content

Commit

Permalink
release v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jan 17, 2018
1 parent 6a0841f commit 5c7c652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.16.1-dev
## v0.16.1 (2018-01-17)

- Bug fixes
- Broken module naming for the mix download tasks has been fixed
Expand Down
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.Mixfile do
[
app: :ua_inspector,
name: "UAInspector",
version: "0.16.1-dev",
version: "0.16.1",
elixir: "~> 1.3",
deps: deps(),
build_embedded: Mix.env() == :prod,
Expand Down Expand Up @@ -45,7 +45,7 @@ defmodule UAInspector.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "v0.16",
source_ref: "v0.16.1",
source_url: @url_github
]
end
Expand Down

0 comments on commit 5c7c652

Please sign in to comment.