diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8e838..45ec278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.3.0-rc.1 +## v0.3.0 This release updates to Bevy 0.15, which reworks text and introduces required components. diff --git a/Cargo.lock b/Cargo.lock index 705c8c7..a2fde4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "bevy_mod_bbcode" -version = "0.3.0-rc.1" +version = "0.3.0" dependencies = [ "bevy", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 578a5f2..6316496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_bbcode" -version = "0.3.0-rc.1" +version = "0.3.0" edition = "2021" description = "Use BBCode-formatted text inside of Bevy." readme = "README.md" diff --git a/README.md b/README.md index e5bf42d..3e04004 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rich text support in Bevy using a custom [BBCode](https://en.wikipedia.org/wiki/ | `bevy` version | `bevy_mod_bbcode` version | | -------------- | ------------------------- | -| `0.15.0-rc.2` | `0.3.0-rc.1` | +| `0.15` | `0.3` | | `0.14` | `0.1` - `0.2` | ## Installation