File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Add the following dependency to your `pom.xml`:
3030<dependency >
3131 <groupId >io.github.natanimn</groupId >
3232 <artifactId >telebof</artifactId >
33- <version >1.2.1 </version >
33+ <version >1.2.2 </version >
3434</dependency >
3535```
3636
3737### Gradle
3838Add the following to your ` build.gradle ` :
3939
4040``` groovy
41- implementation 'io.github.natanimn:telebof:1.2.1 '
41+ implementation 'io.github.natanimn:telebof:1.2.2 '
4242```
4343
4444---
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependency to your `pom.xml`:
1010<dependency >
1111 <groupId >io.github.natanimn</groupId >
1212 <artifactId >telebof</artifactId >
13- <version >1.2.1 </version >
13+ <version >1.2.2 </version >
1414</dependency >
1515```
1616
@@ -20,5 +20,5 @@ Add the following dependency to your `pom.xml`:
2020Add this line to your ` build.gradle ` dependencies:
2121
2222``` groovy
23- implementation 'io.github.natanimn:telebof:1.2.1 '
23+ implementation 'io.github.natanimn:telebof:1.2.2 '
2424```
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >telebof</artifactId >
77 <groupId >io.github.natanimn</groupId >
8- <version >1.2.1 </version >
8+ <version >1.2.2 </version >
99 <description >Easy and modern Java Telegram bot API</description >
1010 <name >Telebof</name >
1111 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments