1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

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> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.6.2</string> <string>0.6.5</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>8</string> <string>8</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>

View File

@ -4,6 +4,7 @@ package model
// It should be maintained in chronological order with most current // It should be maintained in chronological order with most current
// release at the front of the list. // release at the front of the list.
var versions = []string{ var versions = []string{
"0.6.5",
"0.6.2", "0.6.2",
"0.6.1", "0.6.1",
"0.6.0", "0.6.0",

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"> 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> <Properties>
<DisplayName>Focalboard</DisplayName> <DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName> <PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>