8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c771cf1 commit 31a7f86Copy full SHA for 31a7f86
library.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/fhessel/esp32_https_server.git"
9
},
10
"license": "MIT",
11
- "version": "0.2.4",
+ "version": "0.3.0",
12
"frameworks": "arduino",
13
"platforms": ["espressif32"]
14
}
library.properties
@@ -1,5 +1,5 @@
1
name=ESP32 HTTP(S) Webserver
2
-version=0.2.4
+version=0.3.0
3
author=Frank Hessel <frank@fhessel.de>
4
maintainer=Frank Hessel <frank@fhessel.de>
5
sentence=An Arduino library for an ESP32 HTTP(S) server implementation.
0 commit comments