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

shenyi 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 739c670e release 5.5.1
739c670e is described below

commit 739c670e453358ece6e48c25e8bab5e0f4572c38
Author: pissang <[email protected]>
AuthorDate: Thu Jun 27 15:43:03 2024 +0800

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

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


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

Reply via email to