diff --git a/Cargo.toml b/Cargo.toml index 679d7f82..72931d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "customasm" -version = "0.13.3" +version = "0.13.4" edition = "2021" authors = ["hlorenzi "] description = "An assembler for custom, user-defined instruction sets!" diff --git a/README.md b/README.md index 97053ec8..e9956b6a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ you just implemented in an FPGA chip! [📚 Check out the wiki](https://github.com/hlorenzi/customasm/wiki) for a changelog, documentation, and a how-to-start guide! -[💲 Check out the command-line help!](/src/usage_help.md) +[💲 Check out the command-line help!](/src/usage_help.md) (Better formatted on the command-line itself) ## Installation