Skip to content

Commit

Permalink
chore: Release bevy_splash_screen version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 11, 2023
1 parent 5d1c460 commit 0f5c712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_splash_screen"
description = "A plugin for bevy which allows you to create screens to show the brands and development teams behind your amazing game"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SergioRibera/bevy_splash_screen"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Aviable and compatible versions

| bevy | SplashScreen |
|--------|-----------------|
| 0.11 | 0.4.3 |
| 0.11 | 0.4.4 |
| 0.10.1 | 0.3.0 |

# Features
Expand All @@ -30,7 +30,7 @@ Add to Cargo.toml
```toml
[dependencies]
bevy = "0.11"
bevy_splash_screen = "0.4.3"
bevy_splash_screen = "0.4.4"
```

> **WARN:** You probably need to add this if you also use `bevy_tweening`
Expand Down

0 comments on commit 0f5c712

Please sign in to comment.