Skip to content

Commit

Permalink
v 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pacotole committed Mar 30, 2022
1 parent 24079fb commit 2549e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Chat, Click to Chat, Facebook Messenger, WhatsApp, Telegram, Whatsapp Busi
Requires at least: 3.5.0
Tested up to: 5.9
Requires PHP: 5.3
Stable tag: 4.4.1
Stable tag: 4.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions joinchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Join.chat
* Plugin URI: https://join.chat
* Description: Connects a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
* Version: 4.4.1
* Version: 4.4.2
* Author: Creame
* Author URI: https://crea.me
* License: GPL-2.0+
Expand All @@ -26,7 +26,7 @@
/**
* Define constants.
*/
define( 'JOINCHAT_VERSION', '4.4.1' );
define( 'JOINCHAT_VERSION', '4.4.2' );
define( 'JOINCHAT_FILE', __FILE__ );
define( 'JOINCHAT_DIR', plugin_dir_path( JOINCHAT_FILE ) );
define( 'JOINCHAT_BASENAME', plugin_basename( JOINCHAT_FILE ) );
Expand Down

0 comments on commit 2549e0d

Please sign in to comment.