Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Nov 7, 2023
1 parent ec31cc9 commit 720f220
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_spine"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "Spine plugin for Bevy utilizing rusty_spine"
homepage = "https://github.com/jabuwu/bevy_spine"
Expand Down
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 0.8.0 (UNRELEASED)
# 0.7.0 (UNRELEASED)
- Update to Bevy 0.12

# 0.7.0
- Add `parent` to `SpineBone`
- Rename `SpineSettings::use_3d_mesh` to `SpineSettings::mesh_type` with new `SpineMeshType` enum

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_sp

```
[dependencies]
bevy = "0.11"
bevy_spine = "0.6"
bevy = "0.12"
bevy_spine = "0.7" # unreleased
```

[See online demos!](https://jabuwu.github.io/bevy_spine_demos/) ([source repo](https://github.com/jabuwu/bevy_spine_demos))
Expand All @@ -14,7 +14,7 @@ bevy_spine = "0.6"

| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| main | 0.6 | 0.11 | 4.1 |
| main | 0.6 | 0.12 | 4.1 |
| 0.6 | 0.6 | 0.11 | 4.1 |
| 0.5 | 0.5 | 0.10 | 4.1 |
| 0.4 | 0.5 | 0.9 | 4.1 |
Expand Down

0 comments on commit 720f220

Please sign in to comment.