Skip to content

Commit

Permalink
Bump 2.0.2 to use socket_io_common 2.0.3 version for #330
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Apr 24, 2023
1 parent 973b2fe commit 9ce7bb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.2

**Bug fix:**

* [#330](https://github.com/rikulo/socket.io-client-dart/issues/330) Client throws error when buffer is received

## 2.0.1

**New Feature:**
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: socket_io_client
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
version: 2.0.1
version: 2.0.2
homepage: https://www.zkoss.org
repository: https://github.com/rikulo/socket.io-client-dart
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
logging: '^1.0.1'
socket_io_common: '^2.0.2'
socket_io_common: '^2.0.3'
js: '^0.6.3'

dev_dependencies:
Expand Down

0 comments on commit 9ce7bb6

Please sign in to comment.