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

Commit 19377ee

Browse files
committed
Increase version number
1 parent b7a6788 commit 19377ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "2.1.2",
6-
"version_id": 103,
5+
"version": "2.1.3",
6+
"version_id": 104,
77
"author": "Richard Chien",
88
"description": "CoolQ HTTP API\r\nhttps://github.com/richardchien/coolq-http-api",
99
"event": [

src/app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define CQ_APP_ID "io.github.richardchien.coolqhttpapi"
2525
#define CQ_APP_INFO CQAPIVERTEXT "," CQ_APP_ID
2626
#define CQ_APP_NAME "CoolQ HTTP API Plugin"
27-
#define CQ_APP_VERSION "2.1.2"
27+
#define CQ_APP_VERSION "2.1.3"
2828
#define CQ_APP_FULLNAME CQ_APP_NAME " v" CQ_APP_VERSION
2929
#define CQ_APP_USER_AGENT "CoolQHttpApi/" CQ_APP_VERSION
3030

0 commit comments

Comments
 (0)