From 9bedd83f396f6e4423006d9ded39cd031930c2cc Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Thu, 21 May 2015 00:13:50 +0200 Subject: [PATCH] Fix latest.json The trailing comma trips up both Python and JS JSON parsers. --- latest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest.json b/latest.json index 4d3c471727e..a85d79df539 100644 --- a/latest.json +++ b/latest.json @@ -1,3 +1,3 @@ { - "version": "2.0.2", + "version": "2.0.2" }