aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-20 08:10:02 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-20 08:10:02 -0500
commitac1589f2b939d85643bb416e41b1268271b7b64f (patch)
treebb4f4f96101e8eb02473e0ddaa162d2b4964bfd8 /Cargo.toml
parent6159d531b3ad802e4f4e679e154bfc0887bf4305 (diff)
Fixed patch versionHEADv0.6.0master
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 dfbe667..1464f0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_terminal_display"
-version = "0.6"
+version = "0.6.0"
edition = "2021"
license = "0BSD OR MIT OR Apache-2.0"
description = "A plugin for the Bevy game engine which enables rendering to a terminal using unicode braille characters."