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-05-14 21:18:24 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-05-14 21:18:24 +0300
commit7fbef3279d90a1c2d8f6d2bc7d44429b623f1c36 (patch)
tree6d009593866951343238254f8e21b246ea326d5f
parent9e44faea41f8b1f4021a9e2371f838e36479814b (diff)
0.7.1v0.7.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--Makefile2
-rw-r--r--appinfo/database.xml2
-rw-r--r--appinfo/info.xml3
3 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f21c1ba..7dd80fc 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=0.7.0
+version+=0.7.1
all: appstore
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 1c93323..1f9cd8c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -54,7 +54,7 @@
<name>source</name>
<type>text</type>
<length>64</length>
- <notnull>true</notnull>
+ <notnull>false</notnull>
</field>
<field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 638a3ab..e298d10 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,14 +10,13 @@ Core App of the full-text search framework for your Nextcloud.
]]>
</description>
- <version>0.7.0</version>
+ <version>0.7.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
<documentation>
<admin>https://github.com/nextcloud/fulltextsearch/wiki</admin>
</documentation>
- <category>tools</category>
<category>search</category>
<website>https://github.com/nextcloud/fulltextsearch</website>
<bugs>https://github.com/nextcloud/fulltextsearch/issues</bugs>