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
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) [#541](https://github.com/mattermost/desktop/issues/541)
- Fixed the close button of the Settings page not working on first installation. - Fixed the close button of the Settings page not working on first installation.
[#552](https://github.com/mattermost/desktop/issues/552) [#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 #### Windows
- Fixed desktop notifications not working when the window has been minimized from inactive state. - 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 Apache License
Version 2.0, January 2004 Version 2.0, January 2004

View File

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

View File

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