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-05 22:32:17 +0300
committerMaxence Lange <maxence@artificial-owl.com>2021-05-05 22:32:17 +0300
commit866fdf3cfb24df663d66834b325902b967d498b6 (patch)
tree66ebb5a952b3cd31e9f32e99045550269f0b2489
parentaa4f97aeb77d7116ce4d19bd1f8c095d114bf524 (diff)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md4
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a62a552..78c28fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### 1.4.3
+
+- fixing lib dependencies
+
### 1.4.2
diff --git a/Makefile b/Makefile
index ec525fb..4e734dd 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=1.4.2
+version+=1.4.3
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1506553..3de1512 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>1.4.2</version>
+ <version>1.4.3</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
diff --git a/composer.json b/composer.json
index 89d0c6d..e9fa0f7 100644
--- a/composer.json
+++ b/composer.json
@@ -10,6 +10,6 @@
}
],
"require": {
- "daita/my-small-php-tools": "dev-master"
+ "daita/my-small-php-tools": "~20"
}
}