Skip to content

Commit f07eea6

Browse files
committed
Version 0.2.2
1 parent a226fa9 commit f07eea6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/fhessel/esp32_https_server.git"
99
},
1010
"license": "MIT",
11-
"version": "0.2.0",
11+
"version": "0.2.2",
1212
"frameworks": "arduino",
1313
"platforms": ["espressif32"]
14-
}
14+
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ESP32 HTTP(S) Webserver
2-
version=0.2.0
2+
version=0.2.2
33
author=Frank Hessel <[email protected]>
44
maintainer=Frank Hessel <[email protected]>
55
sentence=An Arduino library for an ESP32 HTTP(S) server implementation.
66
paragraph=The library allows to define handler functions for specific request URLs, provides some help with the HTTP protocol. It can handle unencrypted HTTP traffic as well.
77
category=Communication
88
url=https://github.com/fhessel/esp32_https_server
99
architectures=esp32
10-
includes=HTTPSServer.hpp,HTTPRequest.hpp,HTTPResponse.hpp
10+
includes=HTTPSServer.hpp,HTTPRequest.hpp,HTTPResponse.hpp

0 commit comments

Comments
 (0)