Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Aug 15, 2020
1 parent 740bd0c commit b5f237a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CQXQ/native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ CQAPI(const char*, OQ_Create, 0)()
}
});
#ifdef XQ
return "{\"name\":\"CQXQ\", \"pver\":\"1.0.4\", \"sver\":1, \"author\":\"Suhui\", \"desc\":\"A simple compatibility layer between CQ and XQ\"}";
return "{\"name\":\"CQXQ\", \"pver\":\"1.0.5\", \"sver\":1, \"author\":\"Suhui\", \"desc\":\"A simple compatibility layer between CQ and XQ\"}";
#else
return "插件名称{CQOQ}\r\n插件版本{1.0.4}\r\n插件作者{Suhui}\r\n插件说明{A simple compatibility layer between CQ and OQ}\r\n插件skey{8956RTEWDFG3216598WERDF3}\r\n插件sdk{S3}";
return "插件名称{CQOQ}\r\n插件版本{1.0.5}\r\n插件作者{Suhui}\r\n插件说明{A simple compatibility layer between CQ and OQ}\r\n插件skey{8956RTEWDFG3216598WERDF3}\r\n插件sdk{S3}";
#endif
}

Expand Down

0 comments on commit b5f237a

Please sign in to comment.