From d4674e9ab0728e81819e13aa237a1181cb014c85 Mon Sep 17 00:00:00 2001 From: Josh <43449531+joshbker@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:22:15 +0000 Subject: [PATCH] chore: v1.1.6 --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c67fe13..147119b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Maven gg.flyte twilight - 1.1.5 + 1.1.6 ``` @@ -31,14 +31,14 @@ maven { url "https://repo.flyte.gg/releases" } -implementation "gg.flyte:twilight:1.1.5" +implementation "gg.flyte:twilight:1.1.6" ``` Gradle (Kotlin DSL) ```kotlin maven("https://repo.flyte.gg/releases") -implementation("gg.flyte:twilight:1.1.5") +implementation("gg.flyte:twilight:1.1.6") ``` Certain features of Twilight require configuration, which can be done via the Twilight class. To setup a Twilight class instance, you can use the `twilight` function as shown below: diff --git a/build.gradle.kts b/build.gradle.kts index 0710d23..734e162 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "gg.flyte" -version = "1.1.5" +version = "1.1.6" repositories { mavenLocal()