version 6.10

This commit is contained in:
Robinson 2023-09-07 18:15:20 +02:00
parent daf289c7b7
commit 2aef58b507
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Network</artifactId>
<version>6.9.1</version>
<version>6.10</version>
</dependency>
</dependencies>
```
@ -82,7 +82,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:Network:6.9.1")
implementation("com.dorkbox:Network:6.10")
}
```