Browse Source

Fix latest.json

The trailing comma trips up both Python and JS JSON parsers.
Felix Rabe 10 years ago
parent
commit
9bedd83f39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      latest.json

+ 1 - 1
latest.json

@@ -1,3 +1,3 @@
 {
-	"version": "2.0.2",
+	"version": "2.0.2"
 }