Skip to content

Commit

Permalink
Merge pull request #82 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support
  • Loading branch information
marcelklehr authored Jul 1, 2024
2 parents c72e6e6 + 62fd0c5 commit 36d9f93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<summary>Integration of GitLab software development management service</summary>
<description><![CDATA[GitLab integration provides a dashboard widget displaying your most important notifications
and a unified search provider for repositories, issues and merge requests.]]></description>
<version>1.0.19</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Gitlab</namespace>
Expand All @@ -18,7 +18,7 @@
<bugs>https://github.com/nextcloud/integration_gitlab/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_gitlab/raw/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="29"/>
<nextcloud min-version="26" max-version="30"/>
</dependencies>
<settings>
<admin>OCA\Gitlab\Settings\Admin</admin>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration_gitlab",
"version": "0.0.1",
"version": "1.1.0",
"description": "GitLab integration",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 36d9f93

Please sign in to comment.