Prepare 4.0.22 release base

This commit is contained in:
Zedifus 2023-03-04 20:38:43 +00:00
parent 9882c07ce9
commit 12fc3be00d
3 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,15 @@
# Changelog
## --- [4.0.22] - 2023/TBD
### New features
TBD
### Bug fixes
TBD
### Tweaks
TBD
### Lang
TBD
<br><br>
## --- [4.0.21] - 2023/03/04
### New features
- Add better feedback for uploads with a progress bar ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/546))

View File

@ -1,5 +1,5 @@
[![Crafty Logo](app/frontend/static/assets/images/logo_long.svg)](https://craftycontrol.com)
# Crafty Controller 4.0.21
# Crafty Controller 4.0.22
> Python based Control Panel for your Minecraft Server
## What is Crafty Controller?

View File

@ -1,5 +1,5 @@
{
"major": 4,
"minor": 0,
"sub": 21
"sub": 22
}