Bump version to 0.3.1

This commit is contained in:
Joscha 2023-02-26 21:14:14 +01:00
parent 7120e1d5b9
commit 1844cddcc0
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ Procedure when bumping the version number:
## Unreleased
## v0.3.1 - 2023-02-26
### Added
- `bot::botrulez::FullHelp` now implements `bot::command::Command`
- `bot::botrulez::Ping` now implements `bot::command::Command`

View file

@ -1,6 +1,6 @@
[package]
name = "euphoxide"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
[features]