Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron authored Nov 13, 2024
1 parent 917f732 commit f8c889f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ System.out.println("Response: " + response);
<dependency>
<groupId>com.digitalpetri.modbus</groupId>
<artifactId>modbus-tcp</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ System.out.println("Response: " + response);
<dependency>
<groupId>com.digitalpetri.modbus</groupId>
<artifactId>modbus-serial</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
```

Expand Down

0 comments on commit f8c889f

Please sign in to comment.