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

zakwu 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 41596614 chore: fix the release time
41596614 is described below

commit 4159661408e8910e5923442c0019fb14fd4779ef
Author: zakwu <123537...@qq.com>
AuthorDate: Thu Mar 23 16:15:33 2023 +0800

    chore: fix the release time
---
 js/download.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/download.js b/js/download.js
index 1247a99e..38aefdc1 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,7 +1,7 @@
 // 
$.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-12-09T00:00:00Z',
+        publishedAt: '2023-03-23T00:00:00Z',
         prerelease: false,
         name: '5.4.2'
     }];


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to