Skip to content

Commit 113d449

Browse files
committed
README typo fix, server version increment | 2.1.0
1 parent f65372a commit 113d449

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# v2.0.5
2-
3-
* Version increase because of server-side
1+
* README typo fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ZilaWS is a blazingly fast and very lightweight library that provides an extreme
1515

1616
## Looking for the [zilaws-server](https://www.npmjs.com/package/zilaws-server) package?</h2>
1717

18-
ZilaWS can establish WS connection to a non zilaws server, but won't work as expected.
18+
ZilaWS can establish WS connection to a non-zilaws server, but won't work as expected.
1919

2020
## Waiters
2121

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "zilaws-client",
4-
"version": "2.0.5",
4+
"version": "2.1.0",
55
"description": "ZilaWS is a blazingly fast and very lightweight library that provides an extremely easy-to-use way to transmit data via websockets between client-side and server-side using eventhandlers and async waiters.",
66
"main": "dist/cjs/index.js",
77
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)