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:
parent
4cc5e7c1bf
commit
bc5787ff3a
@ -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>
|
||||||
|
@ -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",
|
||||||
|
2
webapp/package-lock.json
generated
2
webapp/package-lock.json
generated
@ -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": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "focalboard",
|
"name": "focalboard",
|
||||||
"version": "0.6.2",
|
"version": "0.6.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -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}
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user