Skip to content

Commit b7c00e3

Browse files
committed
PATCH: advanced to version 0.3.3 after recent networking fixes in esp8266.
1 parent e41aead commit b7c00e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,5 @@ Contributions are welcomed! Please open issues if you have troubles while using
187187
- **25/02/2019 (v0.2.1)** - A tiny patch. Fixed missing user-facing strings for client interface.
188188
- **07/03/2019 (v0.3.0)** - A version update. Now supports a websockets server, better support for fragmented messages and streams. bug fixes and more optimized networking implementations.
189189
- **08/03/2019 (v0.3.1)** - Small patch. Merged changes from TinyWebsockets - interface changes to callbacks (partial callbacks without WebsocketsClient& as first parameter).
190-
- **12/03/2019 (v0.3.2)** - Fixed a bug with behaviour of WebsokcetsClient (copy c'tor and assignment operator). Added close codes from TinyWebsockets. Thank you [@ramdor](https://github.com/gilmaimon/ArduinoWebsockets/issues/2)
190+
- **12/03/2019 (v0.3.2)** - Fixed a bug with behaviour of WebsokcetsClient (copy c'tor and assignment operator). Added close codes from TinyWebsockets. Thank you [@ramdor](https://github.com/gilmaimon/ArduinoWebsockets/issues/2)
191+
- **13/03/2019 (v0.3.3)** - Fixed a bug in the esp8266 networking impl. Thank you [@ramdor](https://github.com/gilmaimon/ArduinoWebsockets/issues/2)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoWebsockets
2-
version=0.3.2
2+
version=0.3.3
33
author=Gil Maimon <mail.gilmaimon@gmail.com>
44
maintainer=Gil Maimon <mail.gilmaimon@gmail.com>
55
sentence=A library for writing modern Websockets applications with Arduino.

0 commit comments

Comments
 (0)