Skip to content

Commit 101f87b

Browse files
authored
Push version to 0.5 (#23)
1 parent c32860f commit 101f87b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_firework"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ physics data for particle collision, simplified particle system animation).
2121
- _Billboarded_ particles.
2222
- Configurable integration with Bevy's PBR rendering (i.e. particles can receive
2323
shadows, are affected by fog and lighting changes).
24-
- Particle collision with arbitrary `bevy_xpbd` colliders.
24+
- Particle collision with arbitrary `avian` colliders.
2525
- WASM and WebGL compatible.
2626
- Soft particle edges.
2727
- Animated properties: certain parameters can be defined as a custom curve to
@@ -52,3 +52,4 @@ physics data for particle collision, simplified particle system animation).
5252
| 0.2 | 0.12 | 0.3 |
5353
| 0.3 | 0.13 | 0.4 |
5454
| 0.4 | 0.14 | 0.5 |
55+
| 0.5 | 0.14 | 0.5 |

0 commit comments

Comments
 (0)