Update README.md

Altough the current version is 4.9, the readme was using version 4.1.2 which made me encounter lots of bugs. Fixed it.
This commit is contained in:
Cebrail Yılmaz 2020-06-07 10:59:05 +03:00 committed by GitHub
parent 1a2e7c9773
commit 4b1783e198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,14 @@ Usage
<dependency> <dependency>
<groupId>org.telegram</groupId> <groupId>org.telegram</groupId>
<artifactId>telegrambots-spring-boot-starter</artifactId> <artifactId>telegrambots-spring-boot-starter</artifactId>
<version>4.1.2</version> <version>4.9</version>
</dependency> </dependency>
``` ```
**Gradle** **Gradle**
```gradle ```gradle
compile "org.telegram:telegrambots-spring-boot-starter:4.1.2" compile "org.telegram:telegrambots-spring-boot-starter:4.9"
``` ```
Motivation Motivation