Skip to content

Commit

Permalink
chore: bump ver v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbker committed May 19, 2024
1 parent c72cf3f commit a84575f
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 @@ -23,7 +23,7 @@ Maven
<dependency>
<groupId>gg.flyte</groupId>
<artifactId>twilight</artifactId>
<version>1.1.11</version>
<version>1.1.12</version>
</dependency>
```

Expand All @@ -33,14 +33,14 @@ maven {
url "https://repo.flyte.gg/releases"
}
implementation "gg.flyte:twilight:1.1.11"
implementation "gg.flyte:twilight:1.1.12"
```

Gradle (Kotlin DSL)
```kotlin
maven("https://repo.flyte.gg/releases")

implementation("gg.flyte:twilight:1.1.11")
implementation("gg.flyte:twilight:1.1.12")
```

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.11"
version = "1.1.12"

repositories {
mavenLocal()
Expand Down

0 comments on commit a84575f

Please sign in to comment.