diff --git a/README.md b/README.md index 8c81441..66f5d24 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.3 (2022-02-02) * (bluefox) Fixed error if URL contains # ### 1.0.2 (2022-01-30) diff --git a/index.js b/index.js index 2c5eb4d..775be0f 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.2 (2022_01_30) + * v 1.0.3 (2022_02_02) */ /* jshint -W097 */ /* jshint strict: false */ diff --git a/package.json b/package.json index e1cfcbd..d34ca7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/ws", - "version": "1.0.2", + "version": "1.0.3", "description": "ioBroker client side of web sockets", "author": { "name": "bluefox",