Skip to content

Commit 84c4bc9

Browse files
committed
bump version to v0.4.2
1 parent 45c9672 commit 84c4bc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crowdsec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
Plugin URI: https://www.crowdsec.net/
55
Description: Safer Together. Protect your WordPress application with CrowdSec.
66
Tags: security, firewall, malware scanner, two factor authentication, captcha, waf, web app firewall, mfa, 2fa
7-
Version 0.4.1
7+
Version 0.4.2
88
Author: CrowdSec
99
Author URI: https://www.crowdsec.net/
1010
Github: https://github.com/crowdsecurity/cs-wordpress-blocker
1111
License: MIT
1212
Requires PHP: 7.2
1313
Requires at least: 4.9
1414
Tested up to: 5.6
15-
Stable tag: 0.4.1
15+
Stable tag: 0.4.2
1616
Text Domain: crowdsec-wp
1717
*/
1818

inc/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
define('CROWDSEC_CAPTCHA_TECHNOLOGY_LOCAL', 'local');
1616
define('CROWDSEC_CAPTCHA_TECHNOLOGY_RECAPTCHA', 'recaptcha');
1717

18-
define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v0.4.1');
18+
define('CROWDSEC_BOUNCER_USER_AGENT', 'WordPress CrowdSec Bouncer/v0.4.2');

0 commit comments

Comments
 (0)