summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-07-04 21:17:46 +1200
committerBen Bridle <ben@derelict.engineering>2025-07-04 21:39:03 +1200
commit1d455e11d554c10ec993c2faf43a2945311397d0 (patch)
tree487aa23539a280deace2da932be064e65b9f0f5f /Cargo.toml
parentad276fffb31c77135d802db6f460e1e78aeef974 (diff)
downloadbedrock-asm-1d455e11d554c10ec993c2faf43a2945311397d0.zip
Update version to 1.0.1HEADv1.0.1main
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 54f97f9..c721550 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "1.0.0"
+version = "1.0.1"
authors = ["Ben Bridle"]
edition = "2024"
description = "Assembler for the Bedrock assembly language"