diff --git a/appinfo/info.xml b/appinfo/info.xml index 6854b592..239af8d4 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ * ⛔ Exclude users based on group memberships (default: admin group) * 🔑 Exclude users that never logged in (default: enabled) ]]> - 1.7.0 + 1.8.0 agpl Joas Schilling UserRetention @@ -27,7 +27,7 @@ https://raw.githubusercontent.com/nextcloud/user_retention/master/docs/screenshot.png - + diff --git a/package.json b/package.json index bfe6d2be..aea0715c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "user_retention", "description": "Deletes users that did not log in in the last days.", - "version": "1.7.0", + "version": "1.8.0", "author": "Joas Schilling ", "license": "agpl", "private": true,