Skip to content

Commit eaa7c9f

Browse files
committed
Version update
1 parent e9d01e7 commit eaa7c9f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ModuleInterface v3.1
1+
# ModuleInterface v3.2
22
Do you want to create a communication bus with inexpensive IoT devices in a simple way?
33

44
Would you like web pages to configure and inspect the devices, with trend plots and historical storage?
@@ -121,7 +121,7 @@ This library depends on the following libraries in addition to the Arduino stand
121121
122122
### License
123123
```cpp
124-
/* Copyright 2016-2018 Fred Larsen
124+
/* Copyright 2016-2019 Fred Larsen
125125
126126
Licensed under the Apache License, Version 2.0 (the "License");
127127
you may not use this file except in compliance with the License.

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": "3.1.0",
17+
"version": "3.2.0",
1818
"examples": [
1919
"examples/*/*.ino",
2020
"examples/*/*/*.ino",
2121
"examples/*/*/*/*.ino"
2222
],
2323
"frameworks": "arduino",
2424
"dependencies": {
25-
"PJON" : "~11.1.0",
25+
"PJON" : "~11.2.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=3.1.0
2+
version=3.2.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)