bump version to v0.8.4

This commit is contained in:
yuni 2024-05-04 01:51:24 +02:00
parent 395ebb8ed9
commit f6155a3914
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# v0.8.4
- Fix star positions in map when zooming far out and moving around
# v0.8.3
- Implement "outfly.toml" configuration file

2
Cargo.lock generated
View file

@ -2803,7 +2803,7 @@ dependencies = [
[[package]]
name = "outfly"
version = "0.8.3"
version = "0.8.4"
dependencies = [
"bevy",
"bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package]
name = "outfly"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
homepage = "https://codeberg.org/hut/outfly"
repository = "https://codeberg.org/hut/outfly"