Bump version to 1.6.0 — sync with deployed

This commit is contained in:
Krystie
2026-05-31 21:34:20 -07:00
parent b882092f5d
commit abdd8893fe
+2 -2
View File
@@ -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__));