summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2024-11-01 07:24:56 +1300
committerBen Bridle <ben@derelict.engineering>2024-11-01 07:48:11 +1300
commit72b44ea280abafc2e4708abafbd2415861427b80 (patch)
tree7940e2591c9f6b45839ba5ea84476d5621d97018 /Cargo.toml
parent3d66d0b008649c0f9a1cae68b58873230832d4a2 (diff)
downloadbedrock-asm-72b44ea280abafc2e4708abafbd2415861427b80.zip
Update version to 4.0.5v4.0.5
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 c2b57fa..5a06925 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "4.0.4"
+version = "4.0.5"
authors = ["Ben Bridle"]
edition = "2021"
description = "Assembler program for the Bedrock assembly language"