Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As of Hub 10 / Nextcloud 31, admins must be members of a team to assign that tea
Folder.
]]>
</description>
<version>22.0.6</version>
<version>22.0.7</version>
<licence>AGPL-3.0-or-later</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "groupfolders",
"version": "22.0.6",
"version": "22.0.7",
"type": "module",
"scripts": {
"build": "NODE_ENV=production vite --mode production build",
Expand Down
Loading