summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-09-15 08:41:55 +1200
committerBen Bridle <ben@derelict.engineering>2025-09-15 08:41:55 +1200
commitc4f161b44f3eb2811438b17d55d3d36767aee790 (patch)
tree96d5cdc2545e403f185c0fae4e800a0bd13a80df /Cargo.toml
parentf6b9957eab55b6a35258a2bffe67a076a0204254 (diff)
downloadbedrock-asm-efc4689d2428de65d0ac9e340fec2c3b95876627.zip
Update version to 1.0.2HEADv1.0.2main
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 c721550..747594f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "1.0.1"
+version = "1.0.2"
authors = ["Ben Bridle"]
edition = "2024"
description = "Assembler for the Bedrock assembly language"