Skip to content

Commit 8d90be5

Browse files
committed
update the version to 1.0.0
1 parent a7f7df6 commit 8d90be5

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.0.0",
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://github.com/epsilonrt/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.0.0
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)