aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-19 08:40:53 +0200
committerJoas Schilling <coding@schilljs.com>2021-10-19 08:40:53 +0200
commit93e67020ec3a05d362105761a4d37b4d94567b48 (patch)
tree3c7bfb0b54cabef6c495d252ee4f1ad2ac036006
parentf7b3d521f866a949f457f31f8f8480aebd3c9934 (diff)
downloadnextcloud-server-93e67020ec3a05d362105761a4d37b4d94567b48.tar.gz
nextcloud-server-93e67020ec3a05d362105761a4d37b4d94567b48.zip
Fix missing app version increment to trigger migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--apps/user_status/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 4815b101a6e..91dcc7de590 100644
--- a/apps/user_status/appinfo/info.xml
+++ b/apps/user_status/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>User status</name>
<summary>User status</summary>
<description><![CDATA[User status]]></description>
- <version>1.3.0</version>
+ <version>1.3.1</version>
<licence>agpl</licence>
<author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
<namespace>UserStatus</namespace>