Update README version info

This commit is contained in:
Andrew Lalis 2023-09-22 10:52:06 -04:00
parent b7cf932649
commit ed19518879
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ Add it to your Maven project like so:
<dependency>
<groupId>com.andrewlalis</groupId>
<artifactId>record-net</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```
or Gradle:
```groovy
implementation 'com.andrewlalis:record-net:1.0.0'
implementation 'com.andrewlalis:record-net:1.1.0'
```
## Example