version 1.7

This commit is contained in:
Robinson 2023-08-16 19:35:09 -05:00
parent 6322092ecb
commit d6544fa6ca
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>OS</artifactId> <artifactId>OS</artifactId>
<version>1.6</version> <version>1.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -30,7 +30,7 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
implementation("com.dorkbox:OS:1.6") implementation("com.dorkbox:OS:1.7")
} }
``` ```

View File

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

View File

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