Update version to v0.6.5
This commit is contained in:
parent
4cc5e7c1bf
commit
bc5787ff3a
6 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
2
webapp/package-lock.json
generated
2
webapp/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "focalboard",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "focalboard",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.5",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"scripts": {
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue