Skip to content

Commit

Permalink
chore: Release bevy_splash_screen version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Apr 7, 2024
1 parent b51a76a commit df28b30
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.5.0"
version = "0.6.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.13 | 0.5.0 |
| 0.13 | 0.6.0 |
| 0.12 | 0.5.0 |
| 0.11 | 0.4.4 |
| 0.10.1 | 0.3.0 |
Expand All @@ -32,7 +32,7 @@ Add to Cargo.toml
```toml
[dependencies]
bevy = "0.12"
bevy_splash_screen = "0.5.0"
bevy_splash_screen = "0.6.0"
```

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

0 comments on commit df28b30

Please sign in to comment.