From 9bed2f7f42c999c05dcb085b2ecbd999f1c89544 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 10 Aug 2012 16:28:08 +0200 Subject: [PATCH] Added July Maven stats --- jOOQ-website/json/stats.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jOOQ-website/json/stats.php b/jOOQ-website/json/stats.php index b0ee1715b5..3107516225 100644 --- a/jOOQ-website/json/stats.php +++ b/jOOQ-website/json/stats.php @@ -13,6 +13,7 @@ echo ', "maven": {"2011-04":"23", "2011-05":"30", "2011-06":"43",' . '"2011-07":"73", "2011-08":"80", "2011-09":"89",' . '"2011-10":"89", "2011-11":"302","2011-12":"236",' . '"2012-01":"332","2012-02":"428","2012-03":"358",' . - '"2012-04":"461","2012-05":"573","2012-06":"659"}}'; + '"2012-04":"461","2012-05":"573","2012-06":"659",' . + '"2012-07":"782"}}'; ?> \ No newline at end of file