diff --git a/mac/Focalboard/Info.plist b/mac/Focalboard/Info.plist index 4ea31820cbf..dffd4aec2c5 100644 --- a/mac/Focalboard/Info.plist +++ b/mac/Focalboard/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 7.0.0 + 7.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json index 23a8cbbc86e..d30b7e0954e 100644 --- a/mattermost-plugin/plugin.json +++ b/mattermost-plugin/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": "7.0.0", + "version": "7.0.1", "min_server_version": "7.0.0", "server": { "executables": { diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index cb3df314543..085d2e35498 100644 --- a/mattermost-plugin/server/manifest.go +++ b/mattermost-plugin/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": "7.0.0", + "version": "7.0.1", "min_server_version": "7.0.0", "server": { "executables": { diff --git a/server/model/version.go b/server/model/version.go index 6a82d7e017a..0bee856ab7f 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -4,6 +4,7 @@ package model // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "7.0.1", "7.0.0", "0.16.0", "0.15.0", diff --git a/webapp/package.json b/webapp/package.json index f3b7ac85791..0b389a54187 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "focalboard", - "version": "7.0.0", + "version": "7.0.1", "private": true, "description": "", "scripts": { diff --git a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap index 6c59f03fe7b..6d959a2aa29 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 1466e75da37..5992c73e15a 100644 --- a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap +++ b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap @@ -109,7 +109,7 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = ` >
Jun 2022
@@ -484,7 +484,7 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = ` >
Jun 2022
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index e6da5c3ed7b..2b39ab4d38f 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -22,7 +22,7 @@ class Constants { static readonly titleColumnId = '__title' static readonly badgesColumnId = '__badges' - static readonly versionString = '7.0.0' + static readonly versionString = '7.0.1' static readonly versionDisplayString = 'Jun 2022' static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/data-and-archives.html' diff --git a/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap b/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap index 449a2f6af26..1c85ae0ebac 100644 --- a/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap +++ b/webapp/src/pages/dashboard/__snapshots__/dashboardPage.test.tsx.snap @@ -54,7 +54,7 @@ exports[`pages/dashboard/DashboardPage base case 1`] = ` >
Jun 2022