chore: update version in registry.json from 1.1.0 to 1.1.1 and adjust lodb dependency version

This commit is contained in:
Ben Allfree
2025-12-05 23:20:43 -08:00
parent 7da86d83e6
commit 69822a12b9
+3 -3
View File
@@ -4,7 +4,7 @@
"description": "Micro database for Meshtastic - A synchronous, protobuf-based database for Meshtastic",
"repo": "https://github.com/MeshEnvy/lodb",
"homepage": "https://github.com/MeshEnvy/lodb",
"version": "1.0.0",
"version": "1.1.0",
"author": "benallfree",
"featured": false,
"dependencies": {
@@ -17,13 +17,13 @@
"description": "BBS for Meshtastic right on the firmware - A full bulletin board system that runs entirely inside the Meshtastic firmware",
"repo": "https://github.com/MeshEnvy/lobbs",
"homepage": "https://github.com/MeshEnvy/lobbs",
"version": "1.1.0",
"version": "1.1.1",
"featured": true,
"includes": [
"esp32"
],
"dependencies": {
"lodb": ">=1.0.0",
"lodb": ">=1.1.0",
"meshtastic": ">=2.7.0"
}
}