Skip to content

Commit

Permalink
download version add 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jan 19, 2021
1 parent cbf6803 commit 0ef320a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/download.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// $.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: '2020-12-18T00:00:00Z',
prerelease: false,
name: '5.0.1'
}, {
publishedAt: '2020-12-02T00:00:00Z',
prerelease: false,
name: '5.0.0'
Expand Down

0 comments on commit 0ef320a

Please sign in to comment.