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:
-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>