Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update POM to refer to new version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
xabgesagtx committed Dec 16, 2021
1 parent a18eb68 commit 5858016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The starter is available at maven central. Just add the following dependency to
<dependency>
<groupId>com.github.xabgesagtx</groupId>
<artifactId>telegram-spring-boot-starter</artifactId>
<version>0.24</version>
<version>0.25</version>
</dependency>
```

For gradle users just add this to your dependencies:
```groovy
compile('com.github.xabgesagtx:telegram-spring-boot-starter:0.24')
compile('com.github.xabgesagtx:telegram-spring-boot-starter:0.25')
```

The only thing you need to do after adding the dependency is to create a bean for a bot. E.g.:
Expand Down

0 comments on commit 5858016

Please sign in to comment.