Skip to content

Commit

Permalink
Bump default upstream database release to "6.1.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Aug 5, 2023
1 parent d87be1f commit 271e7d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v3.4.0-dev

- Enhancements
- Default upstream database version is now `6.1.4`
- Upstream improvements to detect device brand, if only model is found in client hints, have been integrated

## v3.3.1 (2023-06-06)
Expand Down
2 changes: 1 addition & 1 deletion lib/ua_inspector/config.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule UAInspector.Config do
@remote_release "6.1.3"
@remote_release "6.1.4"

@moduledoc """
Module to simplify access to configuration values with default values.
Expand Down
7 changes: 3 additions & 4 deletions verify/lib/ua_inspector_verify/fixtures/generic.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do
"smartphone-34.yml",
"smartphone-35.yml",
"smartphone-36.yml",
"smartphone-37.yml",
"tablet.yml",
"tablet-1.yml",
"tablet-2.yml",
Expand All @@ -72,6 +73,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do
"tablet-7.yml",
"tablet-8.yml",
"tablet-9.yml",
"tablet-10.yml",
"tv.yml",
"tv-1.yml",
"tv-2.yml",
Expand All @@ -80,10 +82,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do
]

@fixtures_release %{
"master" => [
"smartphone-37.yml",
"tablet-10.yml"
]
"master" => []
}

def download do
Expand Down

0 comments on commit 271e7d4

Please sign in to comment.