From 0e56de3c567b9bf9de1ac2c7eafa3390523e8781 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 11 Aug 2026 06:52:25 -0500 Subject: [PATCH] Bump version to 1.1.1 for first automated release --- projects-portfolio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects-portfolio.php b/projects-portfolio.php index a1a5f26..d9dc47e 100644 --- a/projects-portfolio.php +++ b/projects-portfolio.php @@ -11,7 +11,7 @@ * Plugin Name: Projects Portfolio * Description: Create a showcase directory for projects (plugins, themes, patterns) with custom post types, taxonomies, and download functionality. * Plugin URI: https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio - * Version: 1.1.0 + * Version: 1.1.1 * Author: Keith Solomon * Author URI: https://keithsolomon.net * License: GPL-2.0+ @@ -39,7 +39,7 @@ $myUpdateChecker = PucFactory::buildUpdateChecker( $myUpdateChecker->setBranch( 'main' ); // Current plugin version. -define( 'PROJECTS_PORTFOLIO_VERSION', '1.1.0' ); +define( 'PROJECTS_PORTFOLIO_VERSION', '1.1.1' ); // Add the required files. require 'admin/admin-settings.php';