diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2018-09-28 08:59:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 08:59:24 +0200 |
commit | ecf33a679e287129da74fc3ff920250dda1bc1bc (patch) | |
tree | 7e9d03b93c7e36a94d5517d645e24c34b6320de4 /settings/package.json | |
parent | 9eb4259af990330516a3bf3cf1fafd56d0c2d3f0 (diff) | |
parent | 8a2ac44250a07cdc65026a00af2233bbda67e255 (diff) | |
download | nextcloud-server-ecf33a679e287129da74fc3ff920250dda1bc1bc.tar.gz nextcloud-server-ecf33a679e287129da74fc3ff920250dda1bc1bc.zip |
Merge pull request #11417 from nextcloud/hover-quota-used-space-regression
Add back the total used space per user
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/package.json b/settings/package.json index 3587801a56b..6abbd9b49a7 100644 --- a/settings/package.json +++ b/settings/package.json @@ -1,7 +1,7 @@ { "name": "settings", "description": "Nextcloud settings", - "version": "1.3.0", + "version": "1.3.1", "author": "John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>", "license": "AGPL3", "private": true, |