From 0d6096b8568f8fde072acf05bd0bf1fcee43779e Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Thu, 3 Oct 2024 15:41:20 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ bridge-directory/README.txt | 2 +- bridge-directory/bridge-directory.php | 2 +- bridge-directory/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb8599..7c0721e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.2] + +### Fixed + +- **Mis-numbered version**: Corrected the version number to match the actual version number. + ## [0.3.1] ### Changed diff --git a/bridge-directory/README.txt b/bridge-directory/README.txt index 7c3b5aa..8fd2bfc 100644 --- a/bridge-directory/README.txt +++ b/bridge-directory/README.txt @@ -3,7 +3,7 @@ Contributors: justinhrahb Tags: real estate, bridge, brokerage, api Requires at least: 5.0 Tested up to: 6.6.2 -Stable tag: 0.3.0 +Stable tag: 0.3.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/bridge-directory/bridge-directory.php b/bridge-directory/bridge-directory.php index 6193bbe..8f1bb67 100644 --- a/bridge-directory/bridge-directory.php +++ b/bridge-directory/bridge-directory.php @@ -3,7 +3,7 @@ * Plugin Name: Bridge Directory * Plugin URI: https://github.com/RAHB-REALTORS-Association/Bridge-Directory-WP * Description: Displays a searchable directory of offices using the Bridge Interactive API. - * Version: 0.3.0 + * Version: 0.3.2 * Author: Cornerstone Association of REALTORS * Author URI: https://www.cornerstone.inc * License: GPL-2.0 diff --git a/bridge-directory/package.json b/bridge-directory/package.json index af50051..01c663d 100644 --- a/bridge-directory/package.json +++ b/bridge-directory/package.json @@ -1,6 +1,6 @@ { "name": "bridge-directory", - "version": "0.3.0", + "version": "0.3.2", "description": "A WordPress plugin that displays a searchable directory of offices using the Bridge Interactive API.", "main": "index.js", "scripts": {