Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed May 2, 2022
1 parent 7c4cea3 commit 4b0aaf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxx2flow"
version = "0.5.8"
version = "0.5.9"
edition = "2018"
authors = ["mgt <[email protected]>"]
description = "Convert your C/C++ code to control flow chart"
Expand Down
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For those who are not familiar with command line, I recommend the GUI version of
To compile the generated dot file, you need graphviz. You can also copy the output to online graphviz services such as http://magjac.com/graphviz-visual-editor/ .

```
cxx2flow 0.5.8
cxx2flow 0.5.9
mgt <[email protected]>
Convert your C/C++ code to control flow chart
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cargo install cxx2flow
为了编译生成的 dot 文件,你需要安装 graphviz,并将其添加到 PATH 中。也可以将生成的结果复制进在线的 graphviz 服务中,如 http://magjac.com/graphviz-visual-editor/

```
cxx2flow 0.5.8
cxx2flow 0.5.9
mgt <[email protected]>
Convert your C/C++ code to control flow chart
Expand Down

0 comments on commit 4b0aaf3

Please sign in to comment.