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>2019-06-22 02:42:47 +0300
committerMaxence Lange <maxence@artificial-owl.com>2019-06-22 02:42:47 +0300
commit07aeaebd084d88d8a5dbf186d68749e8b4431c06 (patch)
tree10acc31eb28530e06c94b06072340b019fe6ec1d
parent292c0fd8b54ef3032203541007bdc566253b9dea (diff)
1.1.3v1.1.3
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md5
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8586c16..5b29754 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+### 1.1.3
+
+- issue on missing index.
+
+
### 1.1.2
- adding a key to the list of indexes for old version of NC
diff --git a/Makefile b/Makefile
index 447ed6a..10f5acd 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable14
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=1.1.2
+version+=1.1.3
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e409d8a..299978e 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.1.2</version>
+ <version>1.1.3</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>