Bump version to 1.1.1 for first automated release

This commit is contained in:
Keith Solomon
2026-08-11 06:52:25 -05:00
parent f9b8611519
commit 0e56de3c56
+2 -2
View File
@@ -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';