From 1901bdbecbf241976074ebc258e59c9c7dce7cc7 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Tue, 5 Sep 2023 03:54:13 +0100 Subject: [PATCH] Reversion release meta and docs tags --- README.md | 2 +- app/config/version.json | 4 ++-- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb3cd642..5d2379c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Crafty Logo](app/frontend/static/assets/images/logo_long.svg)](https://craftycontrol.com) -# Crafty Controller 4.1.4 +# Crafty Controller 4.2.0 > Python based Control Panel for your Minecraft Server ## What is Crafty Controller? diff --git a/app/config/version.json b/app/config/version.json index 49cae729..6c1274e0 100644 --- a/app/config/version.json +++ b/app/config/version.json @@ -1,5 +1,5 @@ { "major": 4, - "minor": 1, - "sub": 4 + "minor": 2, + "sub": 0 } diff --git a/sonar-project.properties b/sonar-project.properties index 3b0a2417..1a11b1fd 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=crafty-controller # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Crafty 4 -sonar.projectVersion=4.1.4 +sonar.projectVersion=4.2.0 sonar.python.version=3.9, 3.10, 3.11 sonar.exclusions=app/migrations/**, app/frontend/static/assets/vendors/**