1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Update: ethjs v0.3.4 -> v0.4.0 (#398)

This commit is contained in:
nobody
2021-04-23 18:13:28 +02:00
parent d66bd78ab3
commit b9cdc3690b
5 changed files with 16 additions and 14 deletions

View File

@@ -246,7 +246,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/ember.js/3.')) {
return '3.26.1';
} else if (type.startsWith('/ethjs')) {
return '0.3.4';
return '0.4.0';
} else if (type.startsWith('/ext-core/3.')) {
return '3.1.0';
} else if (type.startsWith('findify')) {