Skip to content

Commit d233250

Browse files
committed
versionning
1 parent 0c70420 commit d233250

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsyncWebClient",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Asynchronous HTTP client library for ESP32 ",
55
"keywords": [
66
"http",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPAsyncWebClient
2-
version=1.1.2
2+
version=1.1.3
33
author=playmiel
44
maintainer=playmiel
55
sentence=Asynchronous HTTP client library for ESP32 microcontrollers

src/HttpCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Library version (single source of truth inside code). Keep in sync with library.json and library.properties.
1313
#ifndef ESP_ASYNC_WEB_CLIENT_VERSION
14-
#define ESP_ASYNC_WEB_CLIENT_VERSION "1.1.2"
14+
#define ESP_ASYNC_WEB_CLIENT_VERSION "1.1.3"
1515
#endif
1616

1717
struct HttpHeader {

0 commit comments

Comments
 (0)