Upgrade version to 2.3

This commit is contained in:
Rubenlagus 2016-05-05 21:50:55 +02:00
parent f92a4616b1
commit 160a2fa3ba
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,7 @@ You can see code for those bots at [TelegramBotsExample](https://github.com/rube
This library use [Telegram bot API](https://core.telegram.org/bots), you can find more information following the link. This library use [Telegram bot API](https://core.telegram.org/bots), you can find more information following the link.
## Questions or Suggestions ## Questions or Suggestions
Feel free to create issues [here](https://github.com/rubenlagus/TelegramBots/issues) as you need Feel free to create issues [here](https://github.com/rubenlagus/TelegramBots/issues) as you need or join the [chat](https://telegram.me/JavaBotsApi)
## License ## License

View File

@ -6,9 +6,10 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<groupId>org.telegram</groupId> <groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId> <artifactId>telegrambots</artifactId>
<version>2.2</version> <version>2.3</version>
<name>Telegram Bots</name> <name>Telegram Bots</name>
<url>https://telegram.me/JavaBotsApi</url>
<description>Easy to use library to create Telegram Bots</description> <description>Easy to use library to create Telegram Bots</description>
<licenses> <licenses>