Skip to content

Commit 0cd408e

Browse files
committed
Updated plugin version
1 parent 2d80857 commit 0cd408e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buddymeet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BuddyMeet
44
Plugin URI:
55
Description: Adds a meeting room with video and audio capabilities to BuddyPress. Powered by <a target="_blank" href="https://jitsi.org/"> Jitsi Meet </a>.
6-
Version: 2.1.0
6+
Version: 2.1.1
77
Requires at least: 4.6.0
88
Tags: buddypress
99
License: GPL V2
@@ -84,7 +84,7 @@ private function __construct() { /* Do nothing here */ }
8484
* @uses plugin_dir_url() to build BuddyMeet plugin url
8585
*/
8686
private function setup_globals() {
87-
$this->version = '2.1.0';
87+
$this->version = '2.1.1';
8888

8989
// Setup some base path and URL information
9090
$this->file = __FILE__;

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: BuddyMeet, jitsi, video, audio, conference, buddypress
44
Requires at least: 4.5
55
Tested up to: 6.1.1
66
Requires PHP: 5.3
7-
Stable tag: 2.1.0
7+
Stable tag: 2.1.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

0 commit comments

Comments
 (0)