This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch update in repository https://gitbox.apache.org/repos/asf/echarts-www.git
commit 2c8cbf28f8c230ca0909654f55eca1981edb4a91 Author: susiwen8 <[email protected]> AuthorDate: Sat Dec 10 00:30:52 2022 +0800 chore: update latest version --- js/download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/download.js b/js/download.js index 56f6d129..0f44d6a4 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-09-25T00:00:00Z', + publishedAt: '2022-12-09T00:00:00Z', prerelease: false, - name: '5.4.0' + name: '5.4.1' }]; var table = document.getElementById('download-table'); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
