Skip to content

Commit

Permalink
Bump library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu authored and github-actions[bot] committed Dec 16, 2024
1 parent ebba15d commit 782078c
Showing 1 changed file with 3 additions and 3 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 @@ build.gradle.kts example:
plugins {
// ...
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
id("eu.vendeli.telegram-bot") version "7.6.1"
id("eu.vendeli.telegram-bot") version "7.6.2"
}
```

Expand All @@ -39,8 +39,8 @@ plugins {
dependencies {
// ...
implementation("eu.vendeli:telegram-bot:7.6.1")
ksp("eu.vendeli:ksp:7.6.1")
implementation("eu.vendeli:telegram-bot:7.6.2")
ksp("eu.vendeli:ksp:7.6.2")
}
```

Expand Down

0 comments on commit 782078c

Please sign in to comment.