Merge pull request #558 from yuya-oc/fix-app-publisher

Change the app publisher to Mattermost, Inc.
This commit is contained in:
Yuya Ochiai 2017-07-10 23:48:05 +09:00 committed by GitHub
commit 9f826cad93
4 changed files with 6 additions and 9 deletions

View file

@ -25,6 +25,8 @@ Release date: TBD
[#541](https://github.com/mattermost/desktop/issues/541)
- Fixed the close button of the Settings page not working on first installation.
[#552](https://github.com/mattermost/desktop/issues/552)
- Fixed the app publisher was not changed to Mattermost, Inc.
[#542](https://github.com/mattermost/desktop/issues/542)
#### Windows
- Fixed desktop notifications not working when the window has been minimized from inactive state.

View file

@ -1,4 +1,5 @@
Copyright (c) 2015-present Yuya Ochiai
Copyright (c) 2015-2016 Yuya Ochiai
Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
Apache License
Version 2.0, January 2004

View file

@ -4,10 +4,7 @@
"version": "3.7.0",
"description": "Mattermost",
"main": "main.js",
"author": {
"name": "Yuya Ochiai",
"email": "yuya0321@gmail.com"
},
"author": "Mattermost, Inc. <feedback@mattermost.com>",
"license": "Apache-2.0",
"engines": {
"node": ">=4.2.0"

View file

@ -5,10 +5,7 @@
"version": "3.7.0",
"description": "Mattermost",
"main": "main_bundle.js",
"author": {
"name": "Yuya Ochiai",
"email": "yuya0321@gmail.com"
},
"author": "Mattermost, Inc. <feedback@mattermost.com>",
"homepage": "https://about.mattermost.com",
"license": "Apache-2.0",
"dependencies": {