Bump to v0.3.1

This commit is contained in:
2024-06-28 21:37:26 +02:00
parent 1536c60336
commit 6a63dbb739
3 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
With this package the server and client implementations will be combined as proxy.
You can use any `ModbusBasClient` implementation as target client and plug it into the implemented `ModbusTcpProxy` or `ModbusRtuProxy`, which implement the server side.
You can use any `ModbusBaseClient` implementation as target client and plug it into the implemented `ModbusTcpProxy` or `ModbusRtuProxy`, which implement the server side.
---