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-18 20:07:55 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-12-18 20:07:55 +0300
commit7cf3e39330d456d3c6735639aa27f0da5d5de32f (patch)
treef5d4a63e31b7d8b355d875ceec16360d5ed44e2d
parentc208ce0c2ecab17653d45c8cf0bfe2c71550e60e (diff)
1.2.2v1.2.2
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 500776e..de6c750 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+
+
+### 1.2.2
+
+- cleaning
+
+
### 1.2.1
- initiating some vars
diff --git a/Makefile b/Makefile
index 50a1c34..dee5882 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.1
+version+=1.2.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5f467f2..ce9a0bf 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.1</version>
+ <version>1.2.2</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>