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

Commit

Permalink
Bump version to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Nov 17, 2018
1 parent 0aeb406 commit ffd831c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions io.github.richardchien.coolqhttpapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"ret": 1,
"apiver": 9,
"name": "HTTP API",
"version": "4.6.0",
"version_id": 423,
"version": "4.6.1",
"version_id": 424,
"author": "Richard Chien",
"description": "通过 HTTP 或 WebSocket 对酷 Q 的事件进行上报以及接收请求来调用酷 Q 的 DLL 接口,从而可以使用其它语言编写酷 Q 插件。具体见 https://github.com/richardchien/coolq-http-api",
"event": [
Expand Down
4 changes: 2 additions & 2 deletions src/cqhttp/core/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define CQHTTP_ID "io.github.richardchien.coolqhttpapi"
#define CQHTTP_NAME "CoolQ HTTP API"

#define CQHTTP_BUILD_NUMBER 423
#define CQHTTP_BUILD_NUMBER 424

#define _CQHTTP_TO_STR(x) #x
#define CQHTTP_TO_STR(x) _CQHTTP_TO_STR(x)
Expand All @@ -14,7 +14,7 @@

#define CQHTTP_VERSION_MAJOR 4
#define CQHTTP_VERSION_MINOR 6
#define CQHTTP_VERSION_PATCH 0
#define CQHTTP_VERSION_PATCH 1
#define CQHTTP_VERSION_PRE _CQHTTP_STABLE
#define CQHTTP_VERSION_PRE_VER 0

Expand Down

0 comments on commit ffd831c

Please sign in to comment.