Skip to content

Commit b1a8269

Browse files
authored
correct crate version in README.md example (#23)
1 parent d1c2fe4 commit b1a8269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ First, add `bevy_transform_interpolation` to your dependencies in `Cargo.toml`:
6161

6262
```toml
6363
[dependencies]
64-
bevy_transform_interpolation = "0.4"
64+
bevy_transform_interpolation = "0.5"
6565
```
6666

6767
To enable `Transform` interpolation, add the `TransformInterpolationPlugin` to your app:

0 commit comments

Comments
 (0)