Update README version info
This commit is contained in:
parent
b7cf932649
commit
ed19518879
|
@ -8,12 +8,12 @@ Add it to your Maven project like so:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.andrewlalis</groupId>
|
<groupId>com.andrewlalis</groupId>
|
||||||
<artifactId>record-net</artifactId>
|
<artifactId>record-net</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
or Gradle:
|
or Gradle:
|
||||||
```groovy
|
```groovy
|
||||||
implementation 'com.andrewlalis:record-net:1.0.0'
|
implementation 'com.andrewlalis:record-net:1.1.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Reference in New Issue