We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deddfbe commit 50460afCopy full SHA for 50460af
appinfo/info.xml
@@ -6,7 +6,7 @@
6
<description>
7
<![CDATA[Simplest skeleton of the Nextcloud application written in python]]>
8
</description>
9
- <version>3.0.1</version>
+ <version>3.0.2</version>
10
<licence>MIT</licence>
11
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
12
<namespace>PyAppV2_skeleton</namespace>
@@ -15,7 +15,7 @@
15
<bugs>https://github.com/nextcloud/app-skeleton-python/issues</bugs>
16
<repository type="git">https://github.com/nextcloud/app-skeleton-python</repository>
17
<dependencies>
18
- <nextcloud min-version="29" max-version="32"/>
+ <nextcloud min-version="30" max-version="33"/>
19
</dependencies>
20
<external-app>
21
<docker-install>
0 commit comments