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

Commit c92d28f

Browse files
committed
bump version to v4.14.1
1 parent 60f1de1 commit c92d28f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"ret": 1,
33
"apiver": 9,
4-
"name": "HTTP API",
5-
"version": "4.14.0",
6-
"version_id": 438,
4+
"name": "CQHTTP",
5+
"version": "4.14.1",
6+
"version_id": 439,
77
"author": "Richard Chien",
88
"description": "通过 HTTP 或 WebSocket 对 酷Q 的事件进行上报以及接收请求来调用 酷Q 的 DLL 接口,从而可以使用其它语言编写 酷Q 插件。具体见 https://cqhttp.cc。",
99
"event": [

src/cqhttp/core/def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define CQHTTP_ID APP_ID
44
#define CQHTTP_NAME "CoolQ HTTP API"
55

6-
#define CQHTTP_BUILD_NUMBER 438
6+
#define CQHTTP_BUILD_NUMBER 439
77

88
#define _CQHTTP_TO_STR(x) #x
99
#define CQHTTP_TO_STR(x) _CQHTTP_TO_STR(x)
@@ -14,7 +14,7 @@
1414

1515
#define CQHTTP_VERSION_MAJOR 4
1616
#define CQHTTP_VERSION_MINOR 14
17-
#define CQHTTP_VERSION_PATCH 0
17+
#define CQHTTP_VERSION_PATCH 1
1818
#define CQHTTP_VERSION_PRE _CQHTTP_STABLE
1919
#define CQHTTP_VERSION_PRE_VER 0
2020

0 commit comments

Comments
 (0)