summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-10-19 09:36:41 +0200
committerGitHub <noreply@github.com>2021-10-19 09:36:41 +0200
commit6788c7dea5d390c458ce8382af7e4a93be0fdb80 (patch)
tree3c7bfb0b54cabef6c495d252ee4f1ad2ac036006
parentf7b3d521f866a949f457f31f8f8480aebd3c9934 (diff)
parent93e67020ec3a05d362105761a4d37b4d94567b48 (diff)
downloadnextcloud-server-6788c7dea5d390c458ce8382af7e4a93be0fdb80.tar.gz
nextcloud-server-6788c7dea5d390c458ce8382af7e4a93be0fdb80.zip
Merge pull request #29308 from nextcloud/bugfix/noid/fix-missing-app-version-increment
Fix missing app version increment to trigger migrations
-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>