Skip to content

Commit 35799bc

Browse files
committed
Update library metadata
1 parent 1af9b47 commit 35799bc

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# ESPAsyncWebServer (Aircoookie Fork for WLED)
2-
[![Build Status](https://travis-ci.org/me-no-dev/ESPAsyncWebServer.svg?branch=master)](https://travis-ci.org/me-no-dev/ESPAsyncWebServer) ![](https://github.com/me-no-dev/ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc)](https://www.codacy.com/manual/me-no-dev/ESPAsyncWebServer?utm_source=github.com&utm_medium=referral&utm_content=me-no-dev/ESPAsyncWebServer&utm_campaign=Badge_Grade)
1+
# ESPAsyncWebServer (Fork for WLED)
2+
[![Build Status](https://travis-ci.org/willmmiles/ESPAsyncWebServer.svg?branch=master)](https://travis-ci.org/willmmiles/ESPAsyncWebServer) ![](https://github.com/willmmiles/ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc)](https://www.codacy.com/manual/willmmiles/ESPAsyncWebServer?utm_source=github.com&utm_medium=referral&utm_content=willmmiles/ESPAsyncWebServer&utm_campaign=Badge_Grade)
33

4-
For help and support [![Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer](https://badges.gitter.im/me-no-dev/ESPAsyncWebServer.svg)](https://gitter.im/me-no-dev/ESPAsyncWebServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
54

65
Async HTTP and WebSocket Server for ESP8266 Arduino
76

@@ -114,7 +113,7 @@ framework = arduino
114113
lib_deps = ESP Async WebServer
115114

116115
# or using GIT Url (the latest development version)
117-
lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git
116+
lib_deps = https://github.com/willmmiles/ESPAsyncWebServer.git
118117
```
119118
5. Happy coding with PlatformIO!
120119

library.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
{
2-
"name":"ESPAsyncWebServerAircoookie",
3-
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 (Aircoookie fork)",
2+
"name":"ESPAsyncWebServerWLED",
3+
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 (WLED fork)",
44
"keywords":"http,async,websocket,webserver",
55
"authors": [
66
{
77
"name": "Hristo Gochkov"
88
},
99
{
10-
"name": "Christian Schwinne",
10+
"name": "Christian Schwinne"
11+
},
12+
{
13+
"name": "Will Miles",
1114
"maintainer": true
12-
}
15+
}
1316
],
1417
"repository":
1518
{
1619
"type": "git",
17-
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"
20+
"url": "https://github.com/willmmiles/ESPAsyncWebServer.git"
1821
},
19-
"version": "2.0.7",
22+
"version": "2.0.8",
2023
"license": "LGPL-3.0",
2124
"frameworks": "arduino",
2225
"platforms": ["espressif8266", "espressif32"],

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ESP Async WebServer
2-
version=2.0.7
2+
version=2.0.8
33
author=Me-No-Dev
4-
maintainer=Aircoookie
5-
sentence=Async Web Server for ESP8266 and ESP31B (Aircoookie fork)
4+
maintainer=willmmiles
5+
sentence=Async Web Server for ESP8266 and ESP31B (WLED fork)
66
paragraph=Async Web Server for ESP8266 and ESP31B
77
category=Other
8-
url=https://github.com/Aircoookie/ESPAsyncWebServer
8+
url=https://github.com/willmmiles/ESPAsyncWebServer
99
architectures=*

0 commit comments

Comments
 (0)