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>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
nickvergessen authored and st3iny committed Jun 12, 2023
1 parent 2e343d2 commit 3c7e47d
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 3c7e47d

Please sign in to comment.