Skip to content

Commit e1b0762

Browse files
Merge pull request #138 from nextcloud/chore/release/v1.0.11
2 parents 13fa5f4 + d9d5ce0 commit e1b0762

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ SPDX-FileCopyrightText: 2023 Kate Döen <kate.doeen@nextcloud.com>
33
SPDX-License-Identifier: CC0-1.0
44
-->
55
# Unreleased
6+
7+
# 1.0.11
68
- Enable request snippets in Swagger UI
9+
- Support Nextcloud 33
710

811
# 1.0.10
912
- Support Nextcloud 32

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>OCS API Viewer</name>
1010
<summary>View OCS API specifications for installed apps</summary>
1111
<description><![CDATA[View OCS API specifications for installed apps]]></description>
12-
<version>1.0.10</version>
12+
<version>1.0.11</version>
1313
<licence>agpl</licence>
1414
<author mail="kate.doeen@nextcloud.com">Kate Döen</author>
1515
<namespace>OCSAPIViewer</namespace>
@@ -19,7 +19,7 @@
1919
<repository>https://github.com/nextcloud/ocs_api_viewer.git</repository>
2020
<screenshot>https://raw.githubusercontent.com/nextcloud/ocs_api_viewer/main/docs/screenshot.png</screenshot>
2121
<dependencies>
22-
<nextcloud min-version="29" max-version="32"/>
22+
<nextcloud min-version="29" max-version="33"/>
2323
</dependencies>
2424
<navigations>
2525
<navigation>

0 commit comments

Comments
 (0)