Skip to content

Commit 2284c88

Browse files
authored
Release 0.2.0 (#12)
# Objective Closes #11. We need to make a 0.2 release with Bevy 0.16 support. ## Solution Do that :)
1 parent 9fd7fe9 commit 2284c88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_transform_interpolation"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = ["Joona Aalto <[email protected]>"]
@@ -27,13 +27,13 @@ libm = ["bevy/libm"]
2727
critical-section = ["bevy/critical-section"]
2828

2929
[dependencies]
30-
bevy = { version = "0.16.0-rc", default-features = false }
30+
bevy = { version = "0.16", default-features = false }
3131

3232
# Serialization
3333
serde = { version = "1.0", default-features = false, optional = true }
3434

3535
[dev-dependencies]
36-
bevy = { version = "0.16.0-rc", default-features = false, features = [
36+
bevy = { version = "0.16", default-features = false, features = [
3737
"bevy_core_pipeline",
3838
"bevy_text",
3939
"bevy_ui",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ and `NonlinearRotationEasing` marker components. Custom easing solutions can be
156156

157157
| `bevy` | `bevy_transform_interpolation` |
158158
| ------- | ------------------------------ |
159-
| 0.16 RC | main |
159+
| 0.16 | 0.2 |
160160
| 0.15 | 0.1 |
161161

162162
## License

0 commit comments

Comments
 (0)