bump version to 0.8.1

This commit is contained in:
yuni 2024-04-26 22:56:21 +02:00
parent c0e17ed249
commit 61c41c9369
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2758,7 +2758,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.8.0" version = "0.8.1"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

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

View file

@ -219,7 +219,8 @@ This enables the following:
# Changelog # Changelog
- git: Add command line options to set window/fullscreen mode - v0.8.1:
- Add command line options to set window/fullscreen mode
- v0.8.0: - v0.8.0:
- Implement animations - Implement animations
- Implement shadows - Implement shadows