From 9b694e59f56226e0fca5f1d280d84fd978965006 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 16 Nov 2020 08:54:30 +0100 Subject: [PATCH] Bump versions Signed-off-by: Joas Schilling --- apps/user_status/appinfo/info.xml | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml index 26d8113a84..22fd7aaf2f 100644 --- a/apps/user_status/appinfo/info.xml +++ b/apps/user_status/appinfo/info.xml @@ -5,7 +5,7 @@ User status User status - 1.0.0 + 1.0.1 agpl Georg Ehrke UserStatus diff --git a/version.php b/version.php index 1c2514d993..b16e41c656 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [20, 0, 2, 0]; +$OC_Version = [20, 0, 2, 1]; // The human readable string $OC_VersionString = '20.0.2 RC1';