diff --git a/plugin.json b/plugin.json index ae4bce6f..bd2a9d9a 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.1", + "version": "9.0.2", "min_server_version": "7.2.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 98ea1fa5..a7deb829 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.1", + "version": "9.0.2", "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 b785f660..2c171c28 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 f69c1592..42e437fa 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.1 + v9.0.2
@@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa >
- v9.0.1 + v9.0.2
@@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board >
- v9.0.1 + v9.0.2
@@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = ` >
- v9.0.1 + v9.0.2
@@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = ` >
- v9.0.1 + v9.0.2
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 43090f8f..25509b5a 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.1' + static readonly versionString = '9.0.2' static readonly versionDisplayString = 'June 2024' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'