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

tensorflow v4.3.0 -> v4.4.0 (#1393)

This commit is contained in:
nobody
2023-04-08 19:37:26 +02:00
parent 0a4b344ee4
commit 0756cd03be
5 changed files with 21 additions and 20 deletions

View File

@@ -447,7 +447,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/Swiper/9.') || type.startsWith('/Swiper/')) return '9.2.0';
if (type.startsWith('/tensorflow/2.')) return '4.3.0';
if (type.startsWith('/tensorflow/3.')) return '4.3.0';
if (type.startsWith('/tensorflow/4.')) return '4.3.0';
if (type.startsWith('/tensorflow/4.')) return '4.4.0';
if (type.startsWith('/tether/1.')) return '1.4.7';
if (type.startsWith('/tinymce/5.')) return '5.10.5';
if (type.startsWith('/tinymce/6.')) return '6.4.1';