From a07a63d508005edae762efb7c08d67e24a6a31f2 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Wed, 20 Dec 2023 19:15:13 +0100 Subject: [PATCH] Bump version to 0.6.0 --- like-button.php | 2 +- package.json | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/like-button.php b/like-button.php index 6b75381..65acbc3 100644 --- a/like-button.php +++ b/like-button.php @@ -4,7 +4,7 @@ * Description: Example block scaffolded with Create Block tool. * Requires at least: 6.1 * Requires PHP: 7.0 - * Version: 0.5.0 + * Version: 0.6.0 * Author: The WordPress Contributors * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/package.json b/package.json index 0a66d05..830488a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "like-button", - "version": "0.5.0", + "version": "0.6.0", "description": "Example block scaffolded with Create Block tool.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 95eb21b..6bd927f 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: The WordPress Contributors Tags: block Tested up to: 6.1 -Stable tag: 0.5.0 +Stable tag: 0.6.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html