Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 1134dc6

Browse files
authored
v1.2.3-a
### Releases v1.2.3-a 1. Add back MD5/SHA1 authentication feature. 4. Add example, update README.md, clean up.
1 parent 1539ced commit 1134dc6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010
---
1111

12-
### Releases v1.2.3a
12+
### Releases v1.2.3-a
1313

1414
1. Add back MD5/SHA1 authentication feature.
1515
4. Add example, update README.md, clean up.
@@ -1601,7 +1601,7 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
16011601
---
16021602
---
16031603
1604-
### Releases v1.2.3a
1604+
### Releases v1.2.3-a
16051605
16061606
1. Add back MD5/SHA1 authentication feature.
16071607
4. Add example, update README.md, clean up.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"AsyncWebServer_STM32",
3-
"version": "1.2.3a",
3+
"version": "1.2.3-a",
44
"description":"Asynchronous HTTP and WebSocket Server Library for STM32 using builtin LAN8742A Ethernet",
55
"keywords":"http,async,websocket,webserver,stm32,ethernet",
66
"authors": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AsyncWebServer_STM32
2-
version=1.2.3a
2+
version=1.2.3-a
33
author=Hristo Gochkov,Khoi Hoang
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
license=MIT

0 commit comments

Comments
 (0)