summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-18 21:07:21 +0200
committerBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-18 21:07:21 +0200
commit44792ace5b9859e186122a039ffbf0afc832a7ab (patch)
treeb6e2ca8c0c6e048dcd3c9353acb36d8805b26c8d /appinfo
parent615f4c41aa3ebf018ba39aa9464adf220b4d2351 (diff)
Try without 64bit requirement
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3c0f0a3a6..1a1ac80f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>news</id>
<name>News</name>
<description>An RSS/Atom feed reader</description>
- <version>9.0.0</version>
+ <version>9.0.1</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
@@ -21,7 +21,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<dependencies>
- <php min-version="5.6" min-int-size="64"/>
+ <php min-version="5.6"/>
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>