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-04-24 13:08:38 +0300
committerMaxence Lange <maxence@artificial-owl.com>2019-04-24 13:08:38 +0300
commitc742be65658653cec20dccee5e3fa43f7f33d50a (patch)
treed5a4d71e995cca5fd0cd49dbb57d8dfce71e1ffd
parentc474bb5c38e5ec95ac4113ee572a4417b666fb71 (diff)
1.3.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md9
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e1b48e..39c0eb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+### 1.3.1
+
+- issue with some providers.
+
+
+### 1.3.0
+
+- Chunks (NC 16)
+
### 1.2.3
- fixing issue with tests.
diff --git a/Makefile b/Makefile
index 18d3a45..1d4d277 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.3.0
+version+=1.3.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 022e619..e812ce8 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.3.0</version>
+ <version>1.3.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>