Skip to content

Commit

Permalink
chore: Release bevy_splash_screen version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Nov 18, 2023
1 parent 4bcf19e commit f1b89f8
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.4"
version = "0.5.0"
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.12 | 0.4.4 |
| 0.11 | 0.5.0 |
| 0.11 | 0.4.4 |
| 0.10.1 | 0.3.0 |

Expand All @@ -31,7 +31,7 @@ Add to Cargo.toml
```toml
[dependencies]
bevy = "0.12"
bevy_splash_screen = "0.4.4"
bevy_splash_screen = "0.5.0"
```

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

0 comments on commit f1b89f8

Please sign in to comment.