diff --git a/CHANGELOG.md b/CHANGELOG.md index ea21a438..456a9b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ 4.4.2 ======================== * Fixed memory leak caused by minimizing to tray +* Fixed Camsoda online check 4.4.1 ======================== -* Fixed camsoda stream URLs +* Fixed Camsoda stream URLs 4.4.0 ======================== diff --git a/client/pom.xml b/client/pom.xml index 46c9e5a0..ea798079 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.4.1 + 4.4.2 ../master diff --git a/common/pom.xml b/common/pom.xml index 5dfc8dc7..318f6642 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.4.1 + 4.4.2 ../master diff --git a/master/pom.xml b/master/pom.xml index a47b1c39..26d524c0 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.4.1 + 4.4.2 ../common diff --git a/server/pom.xml b/server/pom.xml index e3ee5464..2292df0c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.4.1 + 4.4.2 ../master