Skip to content

Commit 2732f50

Browse files
committed
update README.md
1 parent 5331eb1 commit 2732f50

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Features:
7474

7575
- [X] Sending documents with links, `java.io.File`, or `byte[]`
7676

77+
- [X] Updatable messages by time
78+
7779
- [ ] Sending `Reply Keyboard`
7880

7981
## Installation
@@ -84,14 +86,14 @@ Maven:
8486
<dependency>
8587
<groupId>ru.zoommax</groupId>
8688
<artifactId>OneMessageBot</artifactId>
87-
<version>1.1.0.3</version>
89+
<version>1.1.3.3</version>
8890
</dependency>
8991
```
9092

9193
Gradle:
9294

9395
```groovy
94-
implementation 'ru.zoommax:OneMessageBot:1.1.0.3'
96+
implementation 'ru.zoommax:OneMessageBot:1.1.3.3'
9597
```
9698

9799
## Third-party Dependencies

0 commit comments

Comments
 (0)