summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-06-09 10:02:46 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2024-06-09 10:02:46 +1200
commitdd2dd102451625db4f085f65347e95b9a13ff1b7 (patch)
treef3e0e79664ef29182507cf5a46dd0af2e9a08e56 /Cargo.toml
parentf3c77f5a31a3d9ba6ba559316b26e565417aa0eb (diff)
downloadbedrock-core-dd2dd102451625db4f085f65347e95b9a13ff1b7.zip
Update version to 3.0.1v3.0.1
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 b6d3563..718ee5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock_core"
-version = "3.0.0"
+version = "3.0.1"
authors = ["Ben Bridle"]
edition = "2021"
description = "Create Bedrock virtual processors and evaluate Bedrock bytecode"