summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-01-31 07:36:37 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-01-31 07:37:54 +1300
commitb10c26cf6b10eab4bd4847c27c7b4d65001d51b7 (patch)
treebd380333f5b9ccf92e7fbc26b45adc3ef004ab12 /Cargo.toml
parent618d891255bc0eb46ce539400fc191416a27aaa5 (diff)
downloadbedrock-pc-b10c26cf6b10eab4bd4847c27c7b4d65001d51b7.zip
Release version 0.2.0v0.2.0
The bedrock_core update is a significant breaking change, so the version number needs to be incremented.
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 e22cd85..5d50c51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock_emu"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Emulator for running Bedrock programs"