Updated version

master
Robinson 2023-01-05 22:43:16 +01:00
parent 027150f109
commit f1f3b83681
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.4</version>
<version>1.5</version>
</dependency>
</dependencies>
```
@ -30,7 +30,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:OS:1.4")
implementation("com.dorkbox:OS:1.5")
}
```

View File

@ -38,7 +38,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.4"
const val version = "1.5"
// set as project.ext
const val name = "OS"

View File

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