We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c70420 commit d233250Copy full SHA for d233250
3 files changed
library.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ESPAsyncWebClient",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "Asynchronous HTTP client library for ESP32 ",
5
"keywords": [
6
"http",
library.properties
@@ -1,5 +1,5 @@
name=ESPAsyncWebClient
-version=1.1.2
+version=1.1.3
author=playmiel
maintainer=playmiel
sentence=Asynchronous HTTP client library for ESP32 microcontrollers
src/HttpCommon.h
@@ -11,7 +11,7 @@
11
12
// Library version (single source of truth inside code). Keep in sync with library.json and library.properties.
13
#ifndef ESP_ASYNC_WEB_CLIENT_VERSION
14
-#define ESP_ASYNC_WEB_CLIENT_VERSION "1.1.2"
+#define ESP_ASYNC_WEB_CLIENT_VERSION "1.1.3"
15
#endif
16
17
struct HttpHeader {
0 commit comments