Skip to content

Commit

Permalink
Merge pull request #326 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
Update version on master
  • Loading branch information
nickvergessen authored Jun 25, 2021
2 parents fff6cc1 + cfa66c6 commit 077770c
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 @@ -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.2.0</version>
<version>2.3.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>BruteForceSettings</namespace>
Expand All @@ -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="19" max-version="22" />
<nextcloud min-version="20" max-version="23" />
</dependencies>
<settings>
<admin>OCA\BruteForceSettings\Settings\IPWhitelist</admin>
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": "bruteforcesettings",
"version": "2.2.0",
"version": "2.3.0",
"description": "Bruteforce settings app",
"author": "Roeland Jago Douma <[email protected]>",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 077770c

Please sign in to comment.