Pin max-version back to 31 (matches actual installed Nextcloud) to keep update banner suppressed
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
|||||||
<name>OCC Web</name>
|
<name>OCC Web</name>
|
||||||
<summary>OCC Commands in a web terminal</summary>
|
<summary>OCC Commands in a web terminal</summary>
|
||||||
<description><![CDATA[Run OCC Commands in a web terminal]]></description>
|
<description><![CDATA[Run OCC Commands in a web terminal]]></description>
|
||||||
<version>0.2.9</version>
|
<version>0.2.10</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="ebugaev@itkey.com" >Egor Bugaev</author>
|
<author mail="ebugaev@itkey.com" >Egor Bugaev</author>
|
||||||
<namespace>OCCWeb</namespace>
|
<namespace>OCCWeb</namespace>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<repository>https://github.com/fanategorius/occweb</repository>
|
<repository>https://github.com/fanategorius/occweb</repository>
|
||||||
<screenshot>https://github.com/fanategorius/occweb/raw/main/appinfo/screenshot.png</screenshot>
|
<screenshot>https://github.com/fanategorius/occweb/raw/main/appinfo/screenshot.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="31" max-version="50"/>
|
<nextcloud min-version="31" max-version="31"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation role="admin">
|
<navigation role="admin">
|
||||||
|
|||||||
Reference in New Issue
Block a user