Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Jun 19, 2018
1 parent 7bb365a commit 78c24db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ struct LongPolling : Extension {
Info info() const override {
static Info i;
i.name = "长轮询";
i.version = "0.0.1";
i.build_number = 1;
i.version = "0.0.2";
i.build_number = 2;
i.description = "提供类似于 Telegram Bot API 的长轮询接口。";
return i;
}
Expand Down

0 comments on commit 78c24db

Please sign in to comment.