diff --git a/app/package.json b/app/package.json index e55baf94ccc..49f48512832 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.0.2-beta4", + "version": "3.0.2", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index dc370da8fcd..e1388ed14c1 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,9 @@ { "releases": { + "3.0.2": [ + "[Fixed] Fix crash launching the app on macOS High Sierra - #14712", + "[Fixed] Terminate all GitHub Desktop processes on Windows when the app is closed - #14733. Thanks @tsvetilian-ty!" + ], "3.0.2-beta4": [ "[Improved] Add support for SSH password prompts when accessing repositories - #14676", "[Fixed] Fix Markdown syntax highlighting - #14710",