Skip to content

Commit

Permalink
update version to v7.0.1 (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbishel authored Jun 8, 2022
1 parent 2d09c00 commit 7f92907
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mac/Focalboard/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>7.0.0</string>
<string>7.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion mattermost-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion mattermost-plugin/server/manifest.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/model/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "7.0.0",
"version": "7.0.1",
"private": true,
"description": "",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
/>
<a
class="GlobalHeaderComponent__button help-button"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.0.0"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.0.1"
rel="noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
>
<div
class="version"
title="v7.0.0"
title="v7.0.1"
>
Jun 2022
</div>
Expand Down Expand Up @@ -484,7 +484,7 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = `
>
<div
class="version"
title="v7.0.0"
title="v7.0.1"
>
Jun 2022
</div>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports[`pages/dashboard/DashboardPage base case 1`] = `
>
<div
class="version"
title="v7.0.0"
title="v7.0.1"
>
Jun 2022
</div>
Expand Down

0 comments on commit 7f92907

Please sign in to comment.