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 eafbb6ac update download version to 5.5.0
eafbb6ac is described below

commit eafbb6aca54cd78101d35c925b9e8827b7240709
Author: Zhongxiang Wang <y...@all-my-life.cn>
AuthorDate: Wed Feb 21 14:57:27 2024 +0800

    update download version to 5.5.0
---
 js/download.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/download.js b/js/download.js
index 01846710..62ec4976 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: '2023-07-18T00:00:00Z',
+        publishedAt: '2024-02-18T00:00:00Z',
         prerelease: false,
-        name: '5.4.3'
+        name: '5.5.0'
     }];
     var table = document.getElementById('download-table');
 


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

Reply via email to