From 6837907aa99ed854ab7e9508dc460e5a5984c47b Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Wed, 1 Apr 2026 18:22:46 -0500 Subject: [PATCH] Bump plugin version to 0.1.7 --- tonys-sportspress-enhancements.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tonys-sportspress-enhancements.php b/tonys-sportspress-enhancements.php index 3d5baa7..fd7601f 100644 --- a/tonys-sportspress-enhancements.php +++ b/tonys-sportspress-enhancements.php @@ -7,13 +7,13 @@ * Author URI: https://github.com/anthonyscorrea/ * Text Domain: tonys-sportspress-enhancements * Domain Path: /languages - * Version: 0.1.6 + * Version: 0.1.7 * * @package Tonys_Sportspress_Enhancements */ if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION' ) ) { - define( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION', '0.1.6' ); + define( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION', '0.1.7' ); } if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_FILE' ) ) {