Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Oct 24, 2024
2 parents 3039ed4 + 2a3caed commit 5798287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const ID_COLUMNS_OPTIONS: SelectOption[] = ID_COLUMN_LOOKUP.map((key) =>
label: key.toUpperCase(),
}))

export const VESSEL_GROUPS_REPORT_RELEASE_DATE = '2024-09-30'
export const VESSEL_GROUPS_REPORT_RELEASE_DATE = '2024-10-24'
export const VESSEL_GROUPS_MIN_API_VERSION = 'v3'
2 changes: 1 addition & 1 deletion apps/fishing-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globalfishingwatchapp/fishing-map",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"scripts": {
"dev": "next",
Expand Down

0 comments on commit 5798287

Please sign in to comment.