From 71ebc98b270aee7c2f55fa55b3fc21c630a092c3 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 9 May 2012 19:44:31 +0200 Subject: [PATCH] Updated Maven download statistics --- 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 a90e2dd9ce..391e45f7f3 100644 --- a/jOOQ-website/json/stats.php +++ b/jOOQ-website/json/stats.php @@ -12,6 +12,7 @@ echo file_get_contents( 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-01":"332","2012-02":"428","2012-03":"358",' . + '"2012-04":"461"}}'; ?> \ No newline at end of file