Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriBilek committed May 13, 2021
1 parent ccb1714 commit de6d11d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.0 (2021-13-05)
* BearSSL engine, protocol 0.3.0
* UDP Multicast support
0.2.3 (2019-02-18)
* SSL Client connection, verifySSL function, protocol 0.2.3
0.2.0 (2019-01-27)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiFiSpi
version=0.2.5
version=0.3.0
author=JiriBilek
maintainer=Jiri Bilek<[email protected]>
sentence=Arduino WiFi library connecting ESP8266 via SPI protocol
Expand Down
2 changes: 1 addition & 1 deletion src/WiFiSpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern "C" {
}

// Protocol version
const char *WiFiSpiClass::protocolVer = "0.2.5";
const char *WiFiSpiClass::protocolVer = "0.3.0";

// Hardware reset pin
int8_t WiFiSpiClass::hwResetPin = -1;
Expand Down

0 comments on commit de6d11d

Please sign in to comment.