Updated: Socket.io v3.0.2 -> v3.0.3

This commit is contained in:
nobody 2020-11-19 06:25:56 +01:00
parent a392f6b724
commit 15b5c0d9db
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 3 additions and 2 deletions

View File

@ -374,7 +374,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/socket.io/2.')) {
return '2.3.0';
} else if (type.startsWith('/socket.io/3.')) {
return '3.0.2';
return '3.0.3';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/spin.js/3.')) {

View File

@ -30,6 +30,7 @@
<li>Updated: Ember.js v3.12.3 -> v3.23.0</li>
<li>Updated: instantsearch.js v4.8.5 -> v4.8.6</li>
<li>Updated: Socket.io v3.0.1 -> v3.0.2</li>
<li>Updated: Socket.io v3.0.1 -> v3.0.3</li>
<li>Added: jQuery v1.11.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/178">#178</a>)</li>
<li>Updated: vue-i18n v8.22.1 -> v8.22.2</li>
</ul>

View File

@ -1,5 +1,5 @@
/*!
* Socket.IO v3.0.2
* Socket.IO v3.0.3
* (c) 2014-2020 Guillermo Rauch
* Released under the MIT License.
*/