diff --git a/plugin.json b/plugin.json index bd2a9d9a..8452f56b 100644 --- a/plugin.json +++ b/plugin.json @@ -6,7 +6,7 @@ "support_url": "https://github.com/mattermost/focalboard/issues", "release_notes_url": "https://github.com/mattermost/focalboard/releases", "icon_path": "assets/starter-template-icon.svg", - "version": "9.0.2", + "version": "9.0.4", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index a7deb829..1fdbd5e9 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -20,7 +20,7 @@ const manifestStr = ` "support_url": "https://github.com/mattermost/focalboard/issues", "release_notes_url": "https://github.com/mattermost/focalboard/releases", "icon_path": "assets/starter-template-icon.svg", - "version": "9.0.2", + "version": "9.0.4", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap index 2c171c28..25e13800 100644 --- a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap +++ b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] = /> diff --git a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap index 42e437fa..d671083a 100644 --- a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap +++ b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap @@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = ` >
- v9.0.2 + v9.0.4
@@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa >
- v9.0.2 + v9.0.4
@@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board >
- v9.0.2 + v9.0.4
@@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = ` >
- v9.0.2 + v9.0.4
@@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = ` >
- v9.0.2 + v9.0.4
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 25509b5a..5fc7f64a 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -37,7 +37,7 @@ class Constants { static readonly titleColumnId = '__title' static readonly badgesColumnId = '__badges' - static readonly versionString = '9.0.2' + static readonly versionString = '9.0.4' static readonly versionDisplayString = 'June 2024' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'