Skip to content

Commit

Permalink
Update for v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed May 10, 2021
1 parent 1d3820c commit 5fe51a9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Focalboard is an open source, self-hosted alternative to Trello, Notion, Asana a

This changelog summarizes updates to our open source project. You can also find the [latest releases and release notes on GitHub here](https://github.com/mattermost/focalboard/releases).

## [Work In Progress] - v0.7 Release - [Date TBD]
## [Work In Progress] - vNext Release - [Date TBD]

## v0.6.7 Release - May, 2021

* Key Updates:
* Added Todoist import script. Thanks @harshilsharma63!
Expand Down
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.6.6</string>
<string>0.6.7</string>
<key>CFBundleVersion</key>
<string>12</string>
<key>LSApplicationCategoryType</key>
Expand Down
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.6.7",
"0.6.6",
"0.6.5",
"0.6.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.6",
"version": "0.6.7",
"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.6.6'
static readonly versionString = '0.6.7'
}

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

0 comments on commit 5fe51a9

Please sign in to comment.