Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.0 #209

Merged
merged 1 commit into from
Jul 12, 2023
Merged

1.1.0 #209

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.1.0

- nc26

### 1.0.2

- polishing code and tests
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>
Displays resources related to current item in right panel.
</description>
<version>1.1.0-alpha1</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>RelatedResources</namespace>
Expand All @@ -19,7 +19,7 @@
<bugs>https://github.com/nextcloud/related_resources/issues</bugs>
<repository>https://github.com/nextcloud/related_resources.git</repository>
<dependencies>
<nextcloud min-version="25" max-version="26"/>
<nextcloud min-version="26" max-version="26"/>
</dependencies>

<commands>
Expand Down