Skip to content

Commit

Permalink
release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jan 3, 2019
1 parent ab1d140 commit 541677e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0-dev
## v0.19.0 (2019-01-03)

- Enhancements
- All database files (parser databases and short code maps) can be downloaded using a single mix task `ua_inspector.download`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use UAInspector with your projects, edit your `mix.exs` file and add the requ
defp deps do
[
# ...
{:ua_inspector, "~> 0.18"},
{:ua_inspector, "~> 0.19"},
# ...
]
end
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.0-dev",
version: "0.19.0",
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: "master",
source_ref: "v0.19.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 541677e

Please sign in to comment.