diff --git a/README.md b/README.md index fe7894e..aa4496c 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ You can set option *Force Web-Sockets* to force using only web-sockets transport ## Changelog -### __WORK IN PROGRESS__ +### 3.1.3 (2021-01-12) * (Apollon77) fix socketio dependency ### 3.1.2 (2021-01-09) diff --git a/io-package.json b/io-package.json index 5476699..b5fe39a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "socketio", - "version": "3.1.2", + "version": "3.1.3", "title": "socket.io", "desc": { "en": "This adapter allows to communicate different web applications with ioBroker", @@ -16,6 +16,18 @@ "zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序" }, "news": { + "3.1.3": { + "en": "fix socketio dependency", + "de": "Behebung der Socketio-Abhängigkeit", + "ru": "исправить зависимость socketio", + "pt": "consertar dependência de socketio", + "nl": "fix socketio-afhankelijkheid", + "fr": "correction de la dépendance socketio", + "it": "correggere la dipendenza da socketio", + "es": "arreglar la dependencia de socketio", + "pl": "naprawić zależność od gniazda", + "zh-cn": "修复套接字依赖" + }, "3.1.2": { "en": "Support of new Let's Encrypt (only with js-controller 3.2.x)", "de": "Unterstützung des neuen Let's Encrypt (nur mit js-controller 3.2.x)", diff --git a/package.json b/package.json index c93aade..c9fb304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.socketio", - "version": "3.1.2", + "version": "3.1.3", "description": "This adapter allows to communicate different web applications with ioBroker.", "author": { "name": "bluefox",