diff --git a/README.md b/README.md index de45d7e..46910df 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven Info com.dorkbox OS - 1.7 + 1.8 ``` @@ -30,7 +30,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:OS:1.7") + implementation("com.dorkbox:OS:1.8") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index e9878b7..ddcdde6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.7" + const val version = "1.8" // set as project.ext const val name = "OS" diff --git a/src/dorkbox/os/OS.kt b/src/dorkbox/os/OS.kt index eef5cd7..981fc55 100644 --- a/src/dorkbox/os/OS.kt +++ b/src/dorkbox/os/OS.kt @@ -27,7 +27,7 @@ object OS { /** * Gets the version number. */ - const val version = "1.7" + const val version = "1.8" init { // Add this project to the updates system, which verifies this class + UUID + version information