Skip to content

Commit

Permalink
release v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jan 5, 2019
1 parent 38d7288 commit db356fd
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.19.1-dev
## v0.19.1 (2019-01-05)

- Enhancements
- The (soft) deprecated download tasks `ua_inspector.download.databases` and `ua_inspector.download.short_code_maps` are no longer displayed in the output of `mix help`
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.19.1-dev",
version: "0.19.1",
elixir: "~> 1.3",
aliases: aliases(),
deps: deps(),
Expand Down Expand Up @@ -57,7 +57,7 @@ defmodule UAInspector.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "v0.19",
source_ref: "v0.19.1",
source_url: @url_github
]
end
Expand Down

0 comments on commit db356fd

Please sign in to comment.