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-09-06 22:02:16 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-09-06 22:02:16 +0300
commit312261070b097daa48dfc6c7f26402e87b58fe3d (patch)
tree6d11ff3ffd7629bfd68134e3165b09acbfbed416
parent790721500bef8d6b508ac8f67c6fd5566ccc36f4 (diff)
0.99.3v0.99.3
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 92eb751..d7e0db2 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+=0.99.2
+version+=0.99.3
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 81f70c8..0c2382b 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>0.99.2</version>
+ <version>0.99.3</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>