Skip to content

Commit 12f0fd7

Browse files
committed
bump release
1 parent d4dfb74 commit 12f0fd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pairings for the common Arduino WiFi and Ethernet libraries.
3434
| - | - | - |
3535
| `HttpRequest` | `HttpRequest<WiFiClient>` | `HttpRequest<EthernetClient>` |
3636
| `HttpServer` | `HttpServer<WiFiClient, WiFiServer>` | `HttpServer<EthernetClient, EthernetServer>` |
37+
| `HttpServerUsingTask` | `HttpServerUsingTask<WiFiClient, WiFiServer>` | `HttpServerUsingTask<EthernetClient, EthernetServer>` |
3738
| `DLNADevice` | `DLNADevice<WiFiClient>` | `DLNADevice<EthernetClient>` |
3839
| `DLNAMediaRenderer` | `DLNAMediaRenderer<WiFiClient>` | `DLNAMediaRenderer<EthernetClient>` |
3940
| `DLNAMediaServer` | `DLNAMediaServer<WiFiClient>` | `DLNAMediaServer<EthernetClient>` |

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=DLNA
2-
version=0.0.2
2+
version=0.1.0
33
author=Phil Schatzmenn
44
maintainer=Phil Schatzmann
55
sentence=DLNA devices and control points

0 commit comments

Comments
 (0)