From 0d3f8a162786103c32ff3f979df756894a176c14 Mon Sep 17 00:00:00 2001 From: Josh <43449531+joshbker@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:11:01 +0000 Subject: [PATCH] chore: bump ver to 1.1.2 --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5b08e7..49cceb1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven gg.flyte twilight -1.1.1 +1.1.2 ``` @@ -30,14 +30,14 @@ maven { url "https://repo.flyte.gg/releases" } -implementation "gg.flyte:twilight:1.1.1" +implementation "gg.flyte:twilight:1.1.2" ``` Gradle (Kotlin DSL) ```kotlin maven("https://repo.flyte.gg/releases") -implementation("gg.flyte:twilight:1.1.1") +implementation("gg.flyte:twilight:1.1.2") ``` 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 2aef6ff..4fed3e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "gg.flyte" -version = "1.1.1" +version = "1.1.2" repositories { mavenLocal()