Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-12-20 08:54:03 +0300
committerGitHub <noreply@github.com>2021-12-20 08:54:03 +0300
commit40e9653669e3f4098bb6c0a4af378568ab3c8aa5 (patch)
tree7bfcb97924fedba79c87e31ec793fdf851c68aec
parentf01e8653a636b37dc21c20e9214214dd42e1b031 (diff)
parent5785c25f2a8e80efc5facd9fff55fe1e42522b5c (diff)
Merge pull request #341 from nextcloud/v2.4.0
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 48c4a4c..d7066e1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@ bruteforce protected controller with the same API slower for a 24 hour period.
With this app, the admin can exempt an IP address or range from this
protection which can be useful for testing purposes or when there are false
positives due to a lot of users on one IP address.]]></description>
- <version>2.3.0</version>
+ <version>2.4.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>BruteForceSettings</namespace>
@@ -25,7 +25,7 @@ positives due to a lot of users on one IP address.]]></description>
<repository type="git">https://github.com/nextcloud/bruteforcesettings.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/bruteforcesettings/master/screenshots/1.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="23" />
+ <nextcloud min-version="21" max-version="24" />
</dependencies>
<settings>
<admin>OCA\BruteForceSettings\Settings\IPWhitelist</admin>
diff --git a/package.json b/package.json
index 3e7cb23..85992cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bruteforcesettings",
- "version": "2.3.0",
+ "version": "2.4.0",
"description": "Bruteforce settings app",
"author": "Roeland Jago Douma <roeland@famdouma.nl>",
"license": "AGPL-3.0-or-later",