From ffb6b6edb9fa55bb191aa4ef764f1f46ab943f25 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sat, 16 Jun 2018 15:14:10 +0800 Subject: [PATCH] Bump to v4.0.5 --- io.github.richardchien.coolqhttpapi.json | 4 ++-- src/cqhttp/core/def.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/io.github.richardchien.coolqhttpapi.json b/io.github.richardchien.coolqhttpapi.json index 019d3d1..232c233 100644 --- a/io.github.richardchien.coolqhttpapi.json +++ b/io.github.richardchien.coolqhttpapi.json @@ -2,8 +2,8 @@ "ret": 1, "apiver": 9, "name": "HTTP API", - "version": "4.0.3", - "version_id": 409, + "version": "4.0.5", + "version_id": 410, "author": "Richard Chien", "description": "通过 HTTP 或 WebSocket 对酷 Q 的事件进行上报以及接收请求来调用酷 Q 的 DLL 接口,从而可以使用其它语言编写酷 Q 插件。具体见 https://github.com/richardchien/coolq-http-api", "event": [ diff --git a/src/cqhttp/core/def.h b/src/cqhttp/core/def.h index fdf7105..62b0dee 100644 --- a/src/cqhttp/core/def.h +++ b/src/cqhttp/core/def.h @@ -3,7 +3,7 @@ #define CQHTTP_ID "io.github.richardchien.coolqhttpapi" #define CQHTTP_NAME "CoolQ HTTP API" -#define CQHTTP_BUILD_NUMBER 409 +#define CQHTTP_BUILD_NUMBER 410 #define _CQHTTP_TO_STR(x) #x #define CQHTTP_TO_STR(x) _CQHTTP_TO_STR(x) @@ -14,7 +14,7 @@ #define CQHTTP_VERSION_MAJOR 4 #define CQHTTP_VERSION_MINOR 0 -#define CQHTTP_VERSION_PATCH 3 +#define CQHTTP_VERSION_PATCH 5 #define CQHTTP_VERSION_PRE _CQHTTP_STABLE #define CQHTTP_VERSION_PRE_VER 0