Skip to content

Commit

Permalink
Version increase because of server-side
Browse files Browse the repository at this point in the history
  • Loading branch information
WarstekHUN committed Dec 26, 2023
1 parent 4f879b7 commit f65372a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# v2.0.4
# v2.0.5

* README changes
* Version increase because of server-side
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ZilaWS is a blazingly fast and very lightweight library that provides an extreme
![coverage label for lines of code](./.coverage-badges/badge-lines.svg)
![coverage label for statements](./.coverage-badges/badge-statements.svg)

<img src="logo.png" width="240">
<img src="logo.png" alt="ZilaWS logo" width="240">

## [Documentation](https://zilaws.com)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "zilaws-client",
"version": "2.0.4",
"version": "2.0.5",
"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.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit f65372a

Please sign in to comment.