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 8, 2024
1 parent d3a3224 commit 6f37014
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.0"
id("com.google.devtools.ksp") version "$KSP_VERSION"
id("eu.vendeli.telegram-bot") version "7.3.1"
}
```

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.24"
id("com.google.devtools.ksp") version "$KSP_VERSION"
}
dependencies {
// ...
implementation("eu.vendeli:telegram-bot:7.3.0")
ksp("eu.vendeli:ksp:7.3.0")
implementation("eu.vendeli:telegram-bot:7.3.1")
ksp("eu.vendeli:ksp:7.3.1")
}
```

Expand Down

0 comments on commit 6f37014

Please sign in to comment.