Skip to content

Commit

Permalink
bump version .3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbker committed Oct 19, 2023
1 parent 63e312a commit 2846c0d
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 @@ -40,7 +40,7 @@ Gradle (Kotlin DSL)
```kotlin
maven("https://repo.flyte.gg/releases")

implementation("gg.flyte:discordgenerator:1.0.2")
implementation("gg.flyte:discordgenerator:1.0.3")
```

Gradle (Groovy DSL)
Expand All @@ -49,7 +49,7 @@ maven {
url "https://repo.flyte.gg/releases"
}
implementation "gg.flyte:discordgenerator:1.0.2"
implementation "gg.flyte:discordgenerator:1.0.3"
```

Maven
Expand All @@ -63,6 +63,6 @@ Maven
<dependency>
<groupId>gg.flyte</groupId>
<artifactId>discordgenerator</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "gg.flyte"
version = "1.0.2"
version = "1.0.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 2846c0d

Please sign in to comment.