diff --git a/app/package.json b/app/package.json index 0bf60034653..957517954da 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.4.7", + "version": "3.4.8", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index cd0bab3a2c0..f9d78b5be8a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,8 @@ { "releases": { + "3.4.8": [ + "[Fixed] App no longer crash for first time users going through the welcome flow and attempting to sign in more than once" + ], "3.4.7": [ "[Improved] Support entering GitHub.com as a GitHub Enterprise endpoint - #19342" ],