Skip to content

Commit

Permalink
1. Upgrade to use socket_io_common 3.0.0
Browse files Browse the repository at this point in the history
2. Bump v3.0.0
  • Loading branch information
jumperchen committed Oct 2, 2024
1 parent 740b0ed commit b5af300
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0

**Bug fix:**
* Upgrade to use socket_io_common 3.0.0

## 3.0.0-beta.4

**Bug fix:**
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: 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
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
logging: '^1.2.0'
socket_io_common: '^3.0.0-beta.0'
socket_io_common: '^3.0.0'

dev_dependencies:
lints: ^4.0.0
Expand Down

0 comments on commit b5af300

Please sign in to comment.