Skip to content

Commit 9ce7bb6

Browse files
committed
Bump 2.0.2 to use socket_io_common 2.0.3 version for #330
1 parent 973b2fe commit 9ce7bb6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.2
2+
3+
**Bug fix:**
4+
5+
* [#330](https://github.com/rikulo/socket.io-client-dart/issues/330) Client throws error when buffer is received
6+
17
## 2.0.1
28

39
**New Feature:**

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: socket_io_client
22
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
3-
version: 2.0.1
3+
version: 2.0.2
44
homepage: https://www.zkoss.org
55
repository: https://github.com/rikulo/socket.io-client-dart
66
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
logging: '^1.0.1'
13-
socket_io_common: '^2.0.2'
13+
socket_io_common: '^2.0.3'
1414
js: '^0.6.3'
1515

1616
dev_dependencies:

0 commit comments

Comments
 (0)