Skip to content

Commit

Permalink
Merge pull request #800 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 28 support on master
  • Loading branch information
st3iny authored Jun 12, 2023
2 parents 2e343d2 + 3c7e47d commit 13ef964
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 @@ -7,7 +7,7 @@
</summary>
<description>Detect and warn about suspicious IPs logging into Nextcloud
</description>
<version>5.0.0-beta.2</version>
<version>6.0.0-dev</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>SuspiciousLogin</namespace>
Expand All @@ -21,7 +21,7 @@
<repository>https://github.com/ChristophWurst/suspicious_login.git</repository>

<dependencies>
<nextcloud min-version="27" max-version="27"/>
<nextcloud min-version="28" max-version="28"/>
</dependencies>

<background-jobs>
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": "suspicious_login",
"version": "5.0.0-beta2",
"version": "6.0.0-dev",
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 13ef964

Please sign in to comment.