This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e5f57a  add 5.3.2
2e5f57a is described below

commit 2e5f57a3a013363d5fae1732829ecba91eb43e10
Author: plainheart <[email protected]>
AuthorDate: Fri Apr 1 13:04:08 2022 +0800

    add 5.3.2
---
 js/download.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/download.js b/js/download.js
index 962f50e..d6476ce 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,9 +1,9 @@
 // 
$.getJSON("https://api.github.com/repos/apache/echarts/releases";).done(function 
(param) {
     // `yyyy-MM-dd` should be correct. `hh:mm:ss` doesn't matter.
     var param = [{
-        publishedAt: '2022-03-07T00:00:00Z',
+        publishedAt: '2022-04-01T00:00:00Z',
         prerelease: false,
-        name: '5.3.1'
+        name: '5.3.2'
     }];
     var table = document.getElementById('download-table');
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to