updated version

This commit is contained in:
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>OS</artifactId> <artifactId>OS</artifactId>
<version>1.3</version> <version>1.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -30,7 +30,7 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
implementation("com.dorkbox:OS:1.3") implementation("com.dorkbox:OS:1.4")
} }
``` ```