Skip to content

Commit c6af40c

Browse files
authored
Remove "wip" label for 3.0 release (dart-archive/web_socket_channel#347)
1 parent 0af8fbf commit c6af40c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/web_socket_channel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.0-wip
1+
## 3.0.0
22

33
- Provide an adapter around `package:web_socket` `WebSocket`s and make it the
44
default implementation for `WebSocketChannel.connect`.

pkgs/web_socket_channel/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: web_socket_channel
2-
version: 3.0.0-wip
2+
version: 3.0.0
33
description: >-
44
StreamChannel wrappers for WebSockets. Provides a cross-platform
55
WebSocketChannel API, a cross-platform implementation of that API that

0 commit comments

Comments
 (0)