Skip to content

Commit d242663

Browse files
committed
Version update to 3.0
1 parent df3a5a6 commit d242663

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ModuleInterface v2.1
1+
# ModuleInterface v3.0
22

33
This library enables fast and efficient setup of automation systems based on a collection of devices ("modules") controlled through a dynamic and responsive web interface. All under your control running locally with no subscriptions or cloud access required. The web interface can be easily extended and adapted to your use, or replaced with your own design.
44

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"type": "git",
1515
"url": "https://github.com/fredilarsen/ModuleInterface.git"
1616
},
17-
"version": "2.1.0",
17+
"version": "3.0.0",
1818
"examples": [
1919
"examples/*/*.ino",
2020
"examples/*/*/*.ino",
2121
"examples/*/*/*/*.ino"
2222
],
2323
"frameworks": "arduino",
2424
"dependencies": {
25-
"PJON" : "~10.1.0",
25+
"PJON" : "~11.0.0",
2626
"ArduinoJson" : ">=5.0.0"
2727
},
2828
"platforms":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ModuleInterface
2-
version=2.1.0
2+
version=3.0.0
33
author=Fred Larsen<[email protected]>
44
maintainer=Fred Larsen<[email protected]>
55
sentence=ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.

0 commit comments

Comments
 (0)