Skip to content

Commit ffe388c

Browse files
committed
[Fix] Bump version
1 parent d2200c7 commit ffe388c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf7-to-zapier.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: CF7 to Webhook
88
* Plugin URI: https://github.com/mariovalney/cf7-to-zapier
99
* Description: Use Contact Form 7 as a trigger to any Webhook.
10-
* Version: 4.0.0
10+
* Version: 4.0.1
1111
* Author: Mário Valney
1212
* Author URI: http://mariovalney.com/me
1313
* Text Domain: cf7-to-zapier
@@ -180,7 +180,7 @@ public function load_plugin_textdomain() {
180180
*/
181181
public function run() {
182182
// Definitions to plugin
183-
define( 'CFTZ_VERSION', '4.0.0' );
183+
define( 'CFTZ_VERSION', '4.0.1' );
184184
define( 'CFTZ_PLUGIN_FILE', __FILE__ );
185185
define( 'CFTZ_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
186186
define( 'CFTZ_PLUGIN_PATH', WP_PLUGIN_DIR . '/' . dirname( CFTZ_PLUGIN_BASENAME ) );

0 commit comments

Comments
 (0)