diff --git a/Cargo.toml b/Cargo.toml index 61d8d9a..bfcbec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_smooth_pixel_camera" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["Doonv"] description = "Smooth pixel-perfect camera for Bevy" diff --git a/README.md b/README.md index ebd5f0d..5b86ae1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ This method allows for smooth camera movement while retaining the pixel perfecti ## Bevy Compatibility -| bevy | bevy_smooth_pixel_camera | -| ----------------------------------------------------------------- | --------------------------------------------------------------------------------------- | -| [main](https://github.com/bevyengine/bevy) | [main](https://github.com/doonv/bevy_smooth_pixel_camera) | -| 0.12.* / [latest](https://github.com/bevyengine/bevy/tree/latest) | 0.1.0 - 0.2.1 / [latest](https://github.com/doonv/bevy_smooth_pixel_camera/tree/latest) | +| bevy | bevy_smooth_pixel_camera | +| ----------------------------------------------------------------- | ------------------------------------------------------------------------------- | +| [main](https://github.com/bevyengine/bevy) | [main](https://github.com/doonv/bevy_smooth_pixel_camera) | +| 0.13.* / [latest](https://github.com/bevyengine/bevy/tree/latest) | 0.3.0 / [latest](https://github.com/doonv/bevy_smooth_pixel_camera/tree/latest) | +| 0.12.* | 0.1.0 - 0.2.1 |