Skip to content

Commit 1780535

Browse files
committed
packaging: Update library version
1 parent a178738 commit 1780535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Modbus-Arduino",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"keywords": "modbus, server, slave, rtu, tcp",
55
"description": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave. Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.",
66
"homepage": "https://epsilonrt.github.io/modbus-arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Modbus-Arduino
2-
version=1.1.1
2+
version=1.1.2
33
author=Pascal Jean aka epsilonrt,André Sarmento Barbosa
44
maintainer=epsilonrt
55
sentence=A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.

0 commit comments

Comments
 (0)