We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255845b commit 4d2526cCopy full SHA for 4d2526c
README.md
@@ -2,6 +2,9 @@
2
> This project is still in active development. File a bug report if you meet
3
> any!\
4
> 此项目仍在开发阶段,如果遇到问题请发送 Issue
5
+>
6
+> Both English and Chinese issues are accepted.
7
+> Issue 中使用中文或英文均可
8
9
[中文](./README_zh.md)
10
xmake.lua
@@ -1,7 +1,7 @@
1
set_project("shell")
set_policy("compatibility.version", "3.0")
-local version = "0.1.12"
+local version = "0.1.13"
set_languages("c++2b")
set_warnings("all")
0 commit comments