Skip to content

Commit 575cd75

Browse files
committed
Bump into v1.2.2
1 parent 8a25e16 commit 575cd75

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3838
Add 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
---

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`:
2020
Add 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
```

telebof/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)