From 6f5f343a548b48c6be73825fb99877ba2af0c12b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 30 Jul 2018 18:56:30 -0300 Subject: [PATCH] bump for production --- app/package.json | 2 +- changelog.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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" ],