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