Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 28 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 17, 2023
1 parent 2e343d2 commit 8f63e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>5.1.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
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": "5.1.0-dev",
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 8f63e8c

Please sign in to comment.