From 653775417685f615cf4c30c64d0d9a356816ca25 Mon Sep 17 00:00:00 2001 From: mricoul Date: Fri, 28 Nov 2025 09:52:55 +0100 Subject: [PATCH] chore: updates plugin version to 1.0.5 Updates the plugin version number in the plugin file and plugin data file. This ensures the plugin is correctly identified as version 1.0.5. --- .plugin-data | 2 +- beapi-acf-palette.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.plugin-data b/.plugin-data index 31c11ff..df5ba4f 100644 --- a/.plugin-data +++ b/.plugin-data @@ -1,4 +1,4 @@ { - "version": "1.0.4", + "version": "1.0.5", "slug": "beapi-acf-palette" } diff --git a/beapi-acf-palette.php b/beapi-acf-palette.php index 0dab107..d665067 100644 --- a/beapi-acf-palette.php +++ b/beapi-acf-palette.php @@ -1,7 +1,7 @@