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

Commit 8f24867

Browse files
committed
Update version number
1 parent 4c6e3bf commit 8f24867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

io.github.richardchien.coolqhttpapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ret": 1,
33
"apiver": 9,
44
"name": "HTTP API",
5-
"version": "3.1.3",
5+
"version": "3.2.0",
66
"version_id": 310,
77
"author": "Richard Chien",
88
"description": "CoolQ HTTP API\r\nhttps://github.com/richardchien/coolq-http-api",

src/app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define CQAPP_ID "io.github.richardchien.coolqhttpapi"
2323
#define CQAPP_NAME "CoolQ HTTP API"
24-
#define CQAPP_VERSION "3.1.3"
24+
#define CQAPP_VERSION "3.2.0"
2525
#define CQAPP_BUILD_NUMBER 310
2626
#define CQAPP_FULLNAME CQAPP_NAME " v" CQAPP_VERSION
2727
#define CQAPP_USER_AGENT "CoolQHttpApi/" CQAPP_VERSION

0 commit comments

Comments
 (0)