Skip to content

Commit b5af300

Browse files
committed
1. Upgrade to use socket_io_common 3.0.0
2. Bump v3.0.0
1 parent 740b0ed commit b5af300

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.0
2+
3+
**Bug fix:**
4+
* Upgrade to use socket_io_common 3.0.0
5+
16
## 3.0.0-beta.4
27

38
**Bug fix:**

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: 3.0.0-beta.4
3+
version: 3.0.0
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.2.0'
13-
socket_io_common: '^3.0.0-beta.0'
13+
socket_io_common: '^3.0.0'
1414

1515
dev_dependencies:
1616
lints: ^4.0.0

0 commit comments

Comments
 (0)