diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdc95d..eaa8834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2026-02-28 +## [0.0.1] - 2026-02-28 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index 2a08d80..eb6cff3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -309,7 +309,7 @@ The child theme inherits from `wp-bootstrap` via WordPress `Template: wp-bootstr ## Version History -Current version: **v0.1.0** +Current version: **v0.0.1** ## Session History diff --git a/functions.php b/functions.php index 0f3fa67..da44e9c 100644 --- a/functions.php +++ b/functions.php @@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) { * 2. This PHP constant — used internally by the theme * Both MUST be updated on every release. */ -define( 'WC_BOOTSTRAP_VERSION', '0.1.0' ); +define( 'WC_BOOTSTRAP_VERSION', '0.0.1' ); define( 'WC_BOOTSTRAP_PATH', get_stylesheet_directory() . '/' ); define( 'WC_BOOTSTRAP_URL', get_stylesheet_directory_uri() . '/' ); diff --git a/style.css b/style.css index c1d1b9d..d231890 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: A Bootstrap 5 child theme for WP Bootstrap that overrides all WooCo Requires at least: 6.7 Tested up to: 6.7 Requires PHP: 8.3 -Version: 0.1.0 +Version: 0.0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Template: wp-bootstrap