Skip to content

Commit 56f7e3a

Browse files
committed
release 0.9.3
1 parent 35511cb commit 56f7e3a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.9.3
2+
3+
**Bug Fix:**
4+
5+
* [#18](https://github.com/rikulo/socket.io-dart/pull/18) make sure it is accessing the rooms map
6+
7+
18
## 0.9.2
29

310
**Bug Fix:**

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ If you are new to Git or GitHub, please read [this guide](https://help.github.co
9090
* Thanks [@felangel](https://github.com/felangel) for https://github.com/rikulo/socket.io-dart/issues/7
9191
* Thanks [@ThinkDigitalSoftware](https://github.com/ThinkDigitalSoftware) for https://github.com/rikulo/socket.io-dart/pull/15
9292
* Thanks [@guilhermecaldas](https://github.com/guilhermecaldas) for https://github.com/rikulo/socket.io-dart/pull/16
93-
* Thanks [@jodinathan](https://github.com/jodinathan) for https://github.com/rikulo/socket.io-dart/pull/17
93+
* Thanks [@jodinathan](https://github.com/jodinathan) for https://github.com/rikulo/socket.io-dart/pull/17
94+
* Thanks [@jodinathan](https://github.com/jodinathan) for https://github.com/rikulo/socket.io-dart/pull/18

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: socket_io
22
description: >
33
Port of JS/Node library Socket.io. It enables real-time, bidirectional and
44
event-based communication cross-platform.
5-
version: 0.9.2
5+
version: 0.9.3
66
author: jumperchen <[email protected]>
77
homepage: https://www.zkoss.org
88
repository: https://github.com/rikulo/socket.io-dart

0 commit comments

Comments
 (0)