version 1.10

master Version_1.10
Robinson 2023-11-19 22:28:46 +01:00
parent e0b4eded81
commit cd2d50d5d8
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "Information about the system, Java runtime, OS, Window Manager, and Desktop Environment."
const val group = "com.dorkbox"
const val version = "1.9"
const val version = "1.10"
// set as project.ext
const val name = "OS"

View File

@ -27,7 +27,7 @@ object OS {
/**
* Gets the version number.
*/
const val version = "1.9"
const val version = "1.10"
init {
// Add this project to the updates system, which verifies this class + UUID + version information