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 Nov 6, 2024
1 parent e5ebd02 commit cbfe1a8
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.21-1.0.26"
id("eu.vendeli.telegram-bot") version "7.4.0"
id("eu.vendeli.telegram-bot") version "7.4.1"
}
```

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

Expand Down

0 comments on commit cbfe1a8

Please sign in to comment.