Skip to content

Commit

Permalink
Bump default upstream database release to "6.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Mar 17, 2023
1 parent 2ed4292 commit aba0aa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.2.1-dev

- Enhancements
- Default upstream database version is now `6.1.1`

## v3.2.0 (2023-03-04)

- Enhancements
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.0"
@remote_release "6.1.1"

@moduledoc """
Module to simplify access to configuration values with default values.
Expand Down
5 changes: 2 additions & 3 deletions verify/lib/ua_inspector_verify/fixtures/generic.ex
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do
"smartphone-32.yml",
"smartphone-33.yml",
"smartphone-34.yml",
"smartphone-35.yml",
"tablet.yml",
"tablet-1.yml",
"tablet-2.yml",
Expand All @@ -78,9 +79,7 @@ defmodule UAInspectorVerify.Fixtures.Generic do
]

@fixtures_release %{
"master" => [
"smartphone-35.yml"
]
"master" => []
}

def download do
Expand Down

0 comments on commit aba0aa8

Please sign in to comment.