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

Commit 2c3a0dd

Browse files
committed
Increase version
1 parent 163ecea commit 2c3a0dd

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.0.0",
6-
"version_id": 303,
5+
"version": "3.0.1",
6+
"version_id": 304,
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.0.0"
25-
#define CQAPP_BUILD_NUMBER 303
24+
#define CQAPP_VERSION "3.0.1"
25+
#define CQAPP_BUILD_NUMBER 304
2626
#define CQAPP_FULLNAME CQAPP_NAME " v" CQAPP_VERSION
2727
#define CQAPP_USER_AGENT "CoolQHttpApi/" CQAPP_VERSION
2828

0 commit comments

Comments
 (0)