summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2024-10-31 17:33:46 +1300
committerBen Bridle <ben@derelict.engineering>2024-10-31 17:33:46 +1300
commit8d9c19cdc6c252eb3b833b6808a7a8f1e0d173a9 (patch)
tree92817b69a0d747e42720d2292ef345bff5234b41 /Cargo.toml
parentd534d6ae11d6f08bdbc3e73525d8f797b9b9cf74 (diff)
downloadbedrock-asm-8d9c19cdc6c252eb3b833b6808a7a8f1e0d173a9.zip
Update version to 4.0.4v4.0.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b577b08..c2b57fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "4.0.3"
+version = "4.0.4"
authors = ["Ben Bridle"]
edition = "2021"
description = "Assembler program for the Bedrock assembly language"