diff --git a/app/package.json b/app/package.json index 32698840819..89e1963a46d 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "1.3.1-beta1", + "version": "1.3.1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index e843f4ba2b9..cdc192eb73b 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,8 @@ { "releases": { + "1.3.1": [ + "[Fixed] Background Git operations on missing repositories are not handled as expected - #5282" + ], "1.3.1-beta1": [ "[Fixed] Background Git operations on missing repositories are not handled as expected - #5282" ],