updated version

master
Robinson 2023-01-03 22:53:43 +01:00
parent d3a1ba30fe
commit 13d4fb000a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>OS</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
</dependencies>
```
@ -30,7 +30,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:OS:1.3")
implementation("com.dorkbox:OS:1.4")
}
```