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-10-05 19:22:02 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-05 19:22:02 +0300
commitceba8649fb2a088d859f330f9e5098a976d0721e (patch)
tree682800c4f4071fe6dd23f9d32c026b8a2548fbb0
parentcad7f221c61414dc61cdedd5de5e2835080ab04d (diff)
1.0.1v1.0.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51661de..471cce3 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=1.0.0
+version+=1.0.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fae4ea0..e60c04e 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.0.0</version>
+ <version>1.0.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>