Skip to content

Commit 68084ea

Browse files
committed
chore: bump supported Nextcloud version
Signed-off-by: Oleksander Piskun <[email protected]>
1 parent deddfbe commit 68084ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
APP_ID := app-skeleton-python
44
APP_NAME := SkeletonApp
5-
APP_VERSION := 3.0.0
5+
APP_VERSION := 3.0.2
66
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9030}"
77

88

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>
77
<![CDATA[Simplest skeleton of the Nextcloud application written in python]]>
88
</description>
9-
<version>3.0.1</version>
9+
<version>3.0.2</version>
1010
<licence>MIT</licence>
1111
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
1212
<namespace>PyAppV2_skeleton</namespace>
@@ -15,7 +15,7 @@
1515
<bugs>https://github.com/nextcloud/app-skeleton-python/issues</bugs>
1616
<repository type="git">https://github.com/nextcloud/app-skeleton-python</repository>
1717
<dependencies>
18-
<nextcloud min-version="29" max-version="32"/>
18+
<nextcloud min-version="30" max-version="33"/>
1919
</dependencies>
2020
<external-app>
2121
<docker-install>

0 commit comments

Comments
 (0)