Skip to content

Commit

Permalink
Update to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Oct 14, 2021
1 parent 6971509 commit 8486897
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 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>0.8.2</string>
<string>0.8.3</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": "0.8.2",
"version": "0.8.3",
"min_server_version": "5.37.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{
"0.8.3",
"0.8.2",
"0.8.1",
"0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package-lock.json

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

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": "0.8.2",
"version": "0.8.3",
"private": true,
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Constants {
static readonly defaultTitleColumnWidth = 280
static readonly titleColumnId = '__title'

static readonly versionString = '0.8.2'
static readonly versionString = '0.8.3'
}

export {Constants}
2 changes: 1 addition & 1 deletion win-wpf/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.8.2.0" ProcessorArchitecture="x64" />
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.8.3.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>
Expand Down

0 comments on commit 8486897

Please sign in to comment.