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 Sep 7, 2024
1 parent affb462 commit 85e26fd
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 @@ -21,7 +21,7 @@ build.gradle.kts example:
plugins {
// ...
id("com.google.devtools.ksp") version "2.0.20-1.0.25"
id("eu.vendeli.telegram-bot") version "7.2.2"
id("eu.vendeli.telegram-bot") version "7.3.0"
}
```

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

Expand Down

0 comments on commit 85e26fd

Please sign in to comment.