From d6544fa6ca675ff894122f3d2b6392dbdd0a033b Mon Sep 17 00:00:00 2001 From: Robinson Date: Wed, 16 Aug 2023 19:35:09 -0500 Subject: [PATCH] version 1.7 --- README.md | 4 ++-- build.gradle.kts | 2 +- src/dorkbox/os/OS.kt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60ca63d..de45d7e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven Info com.dorkbox OS - 1.6 + 1.7 ``` @@ -30,7 +30,7 @@ Gradle Info ``` dependencies { ... - implementation("com.dorkbox:OS:1.6") + implementation("com.dorkbox:OS:1.7") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 30b2d32..e9878b7 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.6" + const val version = "1.7" // set as project.ext const val name = "OS" diff --git a/src/dorkbox/os/OS.kt b/src/dorkbox/os/OS.kt index df199cf..eef5cd7 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.6" + const val version = "1.7" init { // Add this project to the updates system, which verifies this class + UUID + version information