From 3913be5a5fe4939e63f1cebb3b805ba8763d7e5f Mon Sep 17 00:00:00 2001 From: hlorenzi Date: Sat, 7 Oct 2023 19:09:21 -0300 Subject: [PATCH] bump version up --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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