Skip to content

Commit 4d2526c

Browse files
chore: bump version
1 parent 255845b commit 4d2526c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
> This project is still in active development. File a bug report if you meet
33
> any!\
44
> 此项目仍在开发阶段,如果遇到问题请发送 Issue
5+
>
6+
> Both English and Chinese issues are accepted.
7+
> Issue 中使用中文或英文均可
58
69
[中文](./README_zh.md)
710

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set_project("shell")
22
set_policy("compatibility.version", "3.0")
33

4-
local version = "0.1.12"
4+
local version = "0.1.13"
55

66
set_languages("c++2b")
77
set_warnings("all")

0 commit comments

Comments
 (0)