From 33e717d9bcc126e971e64740ee32fb8325a1d098 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Fri, 17 Sep 2021 12:56:47 -0700 Subject: [PATCH] Update version to v0.9.1 --- mac/Focalboard/Info.plist | 2 +- mattermost-plugin/plugin.json | 2 +- mattermost-plugin/server/manifest.go | 2 +- server/model/version.go | 1 + webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- webapp/src/constants.ts | 2 +- win-wpf/AppxManifest.xml | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/mac/Focalboard/Info.plist b/mac/Focalboard/Info.plist index 719aa3bf3..e293aca21 100644 --- a/mac/Focalboard/Info.plist +++ b/mac/Focalboard/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.9.0 + 0.9.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json index b42e8ab6a..04282b601 100644 --- a/mattermost-plugin/plugin.json +++ b/mattermost-plugin/plugin.json @@ -6,7 +6,7 @@ "support_url": "https://github.com/mattermost/focalboard/issues", "release_notes_url": "https://github.com/mattermost/focalboard/releases", "icon_path": "assets/starter-template-icon.svg", - "version": "0.9.0", + "version": "0.9.1", "min_server_version": "6.0.0", "server": { "executables": { diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index 63d080205..bd765ba42 100644 --- a/mattermost-plugin/server/manifest.go +++ b/mattermost-plugin/server/manifest.go @@ -20,7 +20,7 @@ const manifestStr = ` "support_url": "https://github.com/mattermost/focalboard/issues", "release_notes_url": "https://github.com/mattermost/focalboard/releases", "icon_path": "assets/starter-template-icon.svg", - "version": "0.9.0", + "version": "0.9.1", "min_server_version": "6.0.0", "server": { "executables": { diff --git a/server/model/version.go b/server/model/version.go index c570ebc46..a136e9754 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -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.9.1", "0.9.0", "0.8.2", "0.8.1", diff --git a/webapp/package-lock.json b/webapp/package-lock.json index deca67968..ed0463f9e 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "focalboard", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "focalboard", - "version": "0.9.0", + "version": "0.9.1", "dependencies": { "@mattermost/compass-icons": "^0.1.10", "@reduxjs/toolkit": "^1.6.0", diff --git a/webapp/package.json b/webapp/package.json index 24d4c3fde..807c41646 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "focalboard", - "version": "0.9.0", + "version": "0.9.1", "private": true, "description": "", "scripts": { diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 8df5b2535..8ff3d0030 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -19,7 +19,7 @@ class Constants { static readonly defaultTitleColumnWidth = 280 static readonly titleColumnId = '__title' - static readonly versionString = '0.9.0' + static readonly versionString = '0.9.1' static readonly languages = [ { diff --git a/win-wpf/AppxManifest.xml b/win-wpf/AppxManifest.xml index c51cec7ab..4fd28c792 100644 --- a/win-wpf/AppxManifest.xml +++ b/win-wpf/AppxManifest.xml @@ -2,7 +2,7 @@ - + Focalboard Mattermost, Inc.