Skip to content

Commit

Permalink
Update to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Oct 14, 2021
1 parent 9b33374 commit fe75dc8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
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.7.3</string>
<string>0.7.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion mattermost-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"support_url": "https://github.com/mattermost/mattermost-plugin-focalboard/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-focalboard/releases/tag/v0.1.0",
"icon_path": "assets/starter-template-icon.svg",
"version": "0.7.3",
"version": "0.7.4",
"min_server_version": "5.36.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion mattermost-plugin/server/manifest.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.4",
"0.7.3",
"0.7.2",
"0.7.1",
Expand Down
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.7.3",
"version": "0.7.4",
"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.7.3'
static readonly versionString = '0.7.4'
}

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

0 comments on commit fe75dc8

Please sign in to comment.