Update version to v0.6.5

This commit is contained in:
Chen-I Lim 2021-04-13 11:04:22 -07:00
parent 4cc5e7c1bf
commit bc5787ff3a
6 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>0.6.5</string>
<key>CFBundleVersion</key>
<string>8</string>
<key>LSApplicationCategoryType</key>

View File

@ -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.6.5",
"0.6.2",
"0.6.1",
"0.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "0.6.2",
"version": "0.6.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "0.6.2",
"version": "0.6.5",
"private": true,
"description": "",
"scripts": {

View File

@ -19,7 +19,7 @@ class Constants {
static readonly defaultTitleColumnWidth = 280
static readonly titleColumnId = '__title'
static readonly versionString = '0.6.2'
static readonly versionString = '0.6.5'
}
export {Constants}

View File

@ -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.6.2.0" ProcessorArchitecture="x64" />
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.6.5.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>