Skip to content

Commit 7b09fd6

Browse files
committed
Merge branch 'dev'
2 parents fd0c804 + 4119037 commit 7b09fd6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

library.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
"name": "ESP-DASH",
33
"keywords": "espdash, esp8266, esp32, rp2040, rp2350, webserver, ui, dashboard, user, ux, interface, gui, iot, arduino, wifi, server",
44
"description": "ESP-DASH lets you create functional and beautiful self-hosted dashboards for your ESP8266, ESP32, RP2040 or RP2350 without the need of an internet connection.",
5-
"repository":
6-
{
5+
"repository": {
76
"type": "git",
87
"url": "https://github.com/ayushsharma82/ESP-DASH.git"
98
},
10-
"authors":
11-
[
9+
"authors": [
1210
{
1311
"name": "Ayush Sharma",
1412
"email": "[email protected]",
1513
"maintainer": true
1614
}
1715
],
18-
"version": "5.0.0",
16+
"version": "5.0.1",
1917
"frameworks": "arduino",
2018
"platforms": ["espressif8266", "espressif32", "raspberrypi"],
2119
"dependencies": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP-DASH
2-
version=5.0.0
2+
version=5.0.1
33
author=Ayush Sharma
44
category=Communication
55
maintainer=Ayush Sharma <[email protected]>

0 commit comments

Comments
 (0)