Fixed patch version

This commit is contained in:
Silas Bartha 2024-12-20 08:10:02 -05:00
parent 6159d531b3
commit ac1589f2b9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -965,7 +965,7 @@ dependencies = [
[[package]]
name = "bevy_terminal_display"
version = "0.5.1"
version = "0.6.0"
dependencies = [
"bevy",
"bevy_dither_post_process",

View File

@ -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."