Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-05-06 14:54:13 +0300
committerMaxence Lange <maxence@artificial-owl.com>2021-05-06 14:54:13 +0300
commit8e971e1ce34b2e831d46e72df137667bcc4c21a9 (patch)
treee04123013311197b2a34abccae46cfeec8495a12
parent8a17154b719a9db8c824bda10905cd9afc0b6799 (diff)
21.0.1v21.0.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3daf22a..90934ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+### 21.0.1
+
+- fix lib dependencies
+- search not based on current app
+
+
### 21.0.0
- compat nc21
diff --git a/Makefile b/Makefile
index f31114c..c2bbd58 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable21
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=21.0.0
+version+=21.0.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f8d16be..a10e510 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Core App of the full-text search framework for your Nextcloud.
]]>
</description>
- <version>21.0.0</version>
+ <version>21.0.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
diff --git a/composer.json b/composer.json
index 5c69a7a..5bb7f63 100644
--- a/composer.json
+++ b/composer.json
@@ -20,6 +20,6 @@
}
},
"require": {
- "daita/my-small-php-tools": "dev-master"
+ "daita/my-small-php-tools": "~21"
}
}