summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2025-07-03 14:58:10 +1200
committerBen Bridle <ben@derelict.engineering>2025-07-03 21:22:31 +1200
commitf454238e433792fda0f66f807f7ec12d3e560fa2 (patch)
treee15ba32d32e842e7a155cc219b3b9996b853b3d8 /Cargo.toml
parent21101c197643836184e754c60d5075ee5a2d3cdf (diff)
downloadbedrock-asm-f454238e433792fda0f66f807f7ec12d3e560fa2.zip
Update version to 1.0.0v1.0.0
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 9673558..a278ddc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "0.1.0"
+version = "1.0.0"
authors = ["Ben Bridle"]
edition = "2024"
description = "Assembler for the Bedrock assembly language"