summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2025-05-22 13:23:15 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2025-05-22 15:59:00 +1200
commit36fc23b6fbcccd4bbfeb4db139969e5da4d2b301 (patch)
treec68cf532f10f750a627003d9e3363cd3a87f7c74
parent204896ef6887969ac218fada7c5919ea4e275732 (diff)
downloadbedrock-asm-36fc23b6fbcccd4bbfeb4db139969e5da4d2b301.zip
Update version to 1.0.0
-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"