aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-07-31 21:06:04 -0400
committerLibravatar Silas Bartha <[email protected]>2024-07-31 21:06:04 -0400
commit130ddd81170fed904218381d7182c36fd78e9d6d (patch)
tree465a44a447a8875270fca4b50a6a39a90466ad0b /Cargo.toml
parent15c97f12e9c78da55ae7663e9f653cb0bc98d289 (diff)
Fix just pressedv0.4.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 680ed78..51422a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_terminal_display"
-version = "0.4.0"
+version = "0.4.1"
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."