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>2018-12-14 13:31:47 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-12-14 13:31:47 +0300
commit647ed0849e5e5fe8af346ea609ba3d59ea750c65 (patch)
treee28fbc53987b925df59c29c6b29cc25e1fc1ab3c
parent3576788435c5f5430fbb81e3cb6e47113859ec5c (diff)
1.2.1v1.2.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
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 109a437..500776e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+### 1.2.1
+
+- initiating some vars
+- adding the and: option
+
+
### 1.2.0 (NC15)
- Compat NC15 + full php7.
diff --git a/Makefile b/Makefile
index 6cf7083..50a1c34 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.2.0
+version+=1.2.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6782c38..5f467f2 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.2.0</version>
+ <version>1.2.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>