We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740b0ed commit b5af300Copy full SHA for b5af300
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.0.0
2
+
3
+**Bug fix:**
4
+* Upgrade to use socket_io_common 3.0.0
5
6
## 3.0.0-beta.4
7
8
**Bug fix:**
pubspec.yaml
@@ -1,6 +1,6 @@
name: socket_io_client
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
-version: 3.0.0-beta.4
+version: 3.0.0
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
@@ -10,7 +10,7 @@ environment:
10
11
dependencies:
12
logging: '^1.2.0'
13
- socket_io_common: '^3.0.0-beta.0'
+ socket_io_common: '^3.0.0'
14
15
dev_dependencies:
16
lints: ^4.0.0
0 commit comments