Skip to content

Commit

Permalink
chore: v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbker committed Feb 16, 2024
1 parent cf7e5bc commit d4674e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maven
<dependency>
<groupId>gg.flyte</groupId>
<artifactId>twilight</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
```

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "gg.flyte"
version = "1.1.5"
version = "1.1.6"

repositories {
mavenLocal()
Expand Down

0 comments on commit d4674e9

Please sign in to comment.