summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-30 15:40:46 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-30 15:40:46 +1300
commit398904776672a8e2143cca8b8953b15e37ff2c53 (patch)
treed77f667c961312b4dec3d28595bc797332427dc8 /Cargo.toml
parent6cc0bec0e11d5fec757e90aebd7e51ed9393365c (diff)
downloadbedrock-asm-398904776672a8e2143cca8b8953b15e37ff2c53.zip
Update version to 4.0.2v4.0.2
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 8ddeb48..4ae8ee2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "4.0.1"
+version = "4.0.2"
authors = ["Ben Bridle"]
edition = "2021"
description = "Assembler program for the Bedrock assembly language"