diff --git a/carbonbadge-block.php b/carbonbadge-block.php index 11d1d7a..743d1da 100644 --- a/carbonbadge-block.php +++ b/carbonbadge-block.php @@ -3,7 +3,7 @@ /** * Plugin Name: Carbonbadge Block * Description: The Website Carbon widget Gutenberg block, made with the Interactivity API. - * Version: 1.3.1 + * Version: 1.3.2 * Requires at least: 6.5 * Requires PHP: 7.0 * Author: garridinsi diff --git a/package.json b/package.json index 0d87073..dbe01c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbonbadge-block", - "version": "1.3.1", + "version": "1.3.2", "description": "An interactive block with the Interactivity API", "author": "The WordPress Contributors", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 9a8e4d9..adf71a8 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: block, gutenberg, carbon, sustainability, interactivity api Donate link: https://buymeacoffee.com/garridinsi Requires at least: 6.5 Tested up to: 6.5 -Stable tag: 1.3.1 +Stable tag: 1.3.2 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/src/block.json b/src/block.json index 7edcb4c..642282f 100644 --- a/src/block.json +++ b/src/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carbonbadge-block/carbonbadge-block", - "version": "1.3.1", + "version": "1.3.2", "title": "Carbonbadge", "category": "widgets", "description": "Block to display your website's carbon footprint using the Carbonbadge API.",