Skip to content

Commit 4551538

Browse files
authored
Bump version to 0.3.0 (#21)
1 parent fc557c4 commit 4551538

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.3.0-rc.1
3+
## v0.3.0
44

55
This release updates to Bevy 0.15, which reworks text and introduces required components.
66

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_mod_bbcode"
3-
version = "0.3.0-rc.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Use BBCode-formatted text inside of Bevy."
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rich text support in Bevy using a custom [BBCode](https://en.wikipedia.org/wiki/
66

77
| `bevy` version | `bevy_mod_bbcode` version |
88
| -------------- | ------------------------- |
9-
| `0.15.0-rc.2` | `0.3.0-rc.1` |
9+
| `0.15` | `0.3` |
1010
| `0.14` | `0.1` - `0.2` |
1111

1212
## Installation

0 commit comments

Comments
 (0)