From b218f9691ccf87510b2f6de78983233cda7d672e Mon Sep 17 00:00:00 2001
From: 0xb00bface <0xboobface@gmail.com>
Date: Fri, 17 Nov 2023 21:55:34 +0100
Subject: [PATCH] Set version to 5.2.3
---
CHANGELOG.md | 4 +++-
client/pom.xml | 2 +-
common/pom.xml | 2 +-
master/pom.xml | 2 +-
server/pom.xml | 2 +-
5 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29aded74..2d1f6124 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,9 @@
* Fix one directory per group
* Add Stripchat tags thx to @winkru
* Fix follow / unfollow for Stripchat thx to @winkru
-* Fix: Loading the config failed with model URLs, which contained spaces
+* Fix: Loading the config failed with model URLs, which contained spaces
+* Fix recording size not properly being reported and transferred between
+ server and client
5.2.2
========================
diff --git a/client/pom.xml b/client/pom.xml
index 84a53779..d6db1183 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 5.2.2
+ 5.2.3
../master
diff --git a/common/pom.xml b/common/pom.xml
index c39f9a7a..6e5c16fb 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 5.2.2
+ 5.2.3
../master
diff --git a/master/pom.xml b/master/pom.xml
index 1cc79036..88479bec 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
ctbrec
master
pom
- 5.2.2
+ 5.2.3
../common
diff --git a/server/pom.xml b/server/pom.xml
index aa583a37..add9d8a0 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 5.2.2
+ 5.2.3
../master