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 1, 2024
1 parent e60fd5d commit 6588fbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ build.gradle.kts example:
```gradle
plugins {
// ...
id("com.google.devtools.ksp") version "2.0.20-1.0.25"
id("eu.vendeli.telegram-bot") version "7.3.1"
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
id("eu.vendeli.telegram-bot") version "7.4.0"
}
```

Expand All @@ -32,13 +32,13 @@ To set up the project without using the plugin, you need to add a dependency and
```gradle
plugins {
// ...
id("com.google.devtools.ksp") version "2.0.20-1.0.25"
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
}
dependencies {
// ...
implementation("eu.vendeli:telegram-bot:7.3.1")
ksp("eu.vendeli:ksp:7.3.1")
implementation("eu.vendeli:telegram-bot:7.4.0")
ksp("eu.vendeli:ksp:7.4.0")
}
```

Expand Down

0 comments on commit 6588fbc

Please sign in to comment.