diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 26d8113a842..22fd7aaf2f1 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 1c2514d9936..b16e41c656d 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';