diff --git a/README.md b/README.md index 64112ee..38ba346 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In the same way as socket.io.client library --> ## Changelog -### __WORK IN PROGRESS__ +### 1.0.4 (2022-02-13) * (bluefox) Added disconnect for back compatibility ### 1.0.3 (2022-02-02) diff --git a/index.js b/index.js index acb990b..a160092 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * ioBroker WebSockets * Copyright 2020-2022, bluefox * Released under the MIT License. - * v 1.0.3 (2022_02_02) + * v 1.0.4 (2022_02_13) */ /* jshint -W097 */ /* jshint strict: false */ diff --git a/package.json b/package.json index 17b53e0..5e1c67c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/ws", - "version": "1.0.3", + "version": "1.0.4", "description": "ioBroker client side of web sockets", "author": { "name": "bluefox",