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

Commit c552c2f

Browse files
committed
Bump to v3.4.0
1 parent b67895e commit c552c2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

io.github.richardchien.coolqhttpapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"ret": 1,
33
"apiver": 9,
44
"name": "HTTP API",
5-
"version": "3.4.0-beta-2",
6-
"version_id": 322,
5+
"version": "3.4.0",
6+
"version_id": 323,
77
"author": "Richard Chien",
88
"description": "CoolQ HTTP API\r\nhttps://github.com/richardchien/coolq-http-api",
99
"event": [

src/app.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
#define CQAPP_ID "io.github.richardchien.coolqhttpapi"
2323
#define CQAPP_NAME "CoolQ HTTP API"
24-
#define CQAPP_VERSION "3.4.0-beta-2"
25-
#define CQAPP_BUILD_NUMBER 322
24+
#define CQAPP_VERSION "3.4.0"
25+
#define CQAPP_BUILD_NUMBER 323
2626
#define CQAPP_FULLNAME CQAPP_NAME " v" CQAPP_VERSION
2727
#define CQAPP_USER_AGENT "CoolQHttpApi/" CQAPP_VERSION
2828

0 commit comments

Comments
 (0)