Skip to content

Commit 3136eaf

Browse files
committed
Release v2.0.3
1 parent d306fb0 commit 3136eaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcdreforged.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "telegram_chat",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"name": "TelegramChat",
55
"description": {
66
"en_us": "Scalable Telegram-Bot.",

telegram_chat/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 0, 2)
1+
VERSION = (2, 0, 3)
22
VERSION_STR = '.'.join(map(str, VERSION))
33

44
class Help():

0 commit comments

Comments
 (0)