diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a479a3..1728013 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### 22.0.1
+
+- fixing index of groupfoldets
+
### 22.0.0
diff --git a/Makefile b/Makefile
index 1b184a5..d782682 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=stable22
-version=22.0.0
-since_tag=21.0.2
+version=22.0.1
+since_tag=22.0.0
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9ba272a..040263b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Extension to the _Full text search_ app to index your users' files.
]]>
- 22.0.0
+ 22.0.1
agpl
Maxence Lange
Files_FullTextSearch
diff --git a/composer.lock b/composer.lock
index 10a9088..9b504b9 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "artificial-owl/my-small-php-tools",
- "version": "v22.1.6",
+ "version": "v22.1.7",
"source": {
"type": "git",
"url": "https://github.com/ArtificialOwl/my-small-php-tools.git",
- "reference": "6e64e7de01c4eac474016267d15ab8fc4d847b17"
+ "reference": "104c3fe1a2c6aa8030e7fcb8ea46566c3efce3c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ArtificialOwl/my-small-php-tools/zipball/6e64e7de01c4eac474016267d15ab8fc4d847b17",
- "reference": "6e64e7de01c4eac474016267d15ab8fc4d847b17",
+ "url": "https://api.github.com/repos/ArtificialOwl/my-small-php-tools/zipball/104c3fe1a2c6aa8030e7fcb8ea46566c3efce3c9",
+ "reference": "104c3fe1a2c6aa8030e7fcb8ea46566c3efce3c9",
"shasum": ""
},
"require": {
@@ -42,9 +42,9 @@
"description": "My small PHP Tools",
"support": {
"issues": "https://github.com/ArtificialOwl/my-small-php-tools/issues",
- "source": "https://github.com/ArtificialOwl/my-small-php-tools/tree/v22.1.6"
+ "source": "https://github.com/ArtificialOwl/my-small-php-tools/tree/v22.1.7"
},
- "time": "2021-07-05T18:30:34+00:00"
+ "time": "2021-07-26T12:32:23+00:00"
}
],
"packages-dev": [],