From abdd8893fed4494c46b86e3f6b5133474a985737 Mon Sep 17 00:00:00 2001 From: Krystie Date: Sun, 31 May 2026 21:34:20 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=201.6.0=20=E2=80=94=20sync?= =?UTF-8?q?=20with=20deployed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beep.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beep.php b/beep.php index 286738e..2fc9103 100755 --- a/beep.php +++ b/beep.php @@ -2,7 +2,7 @@ /** * Plugin Name: Beep * Description: A Twitter-style microblog for WordPress, with likes, replies, polls, and Gravatars. Use the [beep_feed] shortcode on any page. - * Version: 1.5.0 + * Version: 1.6.0 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: Sami Ahmed @@ -14,7 +14,7 @@ if (!defined("ABSPATH")) { exit; } -define("BEEP_VERSION", "1.5.0"); +define("BEEP_VERSION", "1.6.0"); define("BEEP_FILE", __FILE__); define("BEEP_DIR", plugin_dir_path(__FILE__)); define("BEEP_URL", plugin_dir_url(__FILE__));