From ee7b32f4c7938ff2bbbdeef4ab51aad11659e657 Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Fri, 3 Jun 2022 15:57:15 +0300 Subject: [PATCH] Version bump to 2.1.0 --- nova-blocks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nova-blocks.php b/nova-blocks.php index 3985de07..c545645a 100644 --- a/nova-blocks.php +++ b/nova-blocks.php @@ -3,14 +3,14 @@ * Plugin Name: Nova Blocks * Plugin URI: https://github.com/pixelgrade/nova-blocks/ * Description: Nova Blocks is a collection of distinctive Gutenberg blocks, committed to making your site shine like a newborn star. It is taking a design-driven approach to help you made the right decisions and showcase your content in the best shape. - * Version: 2.0.4 + * Version: 2.1.0 * Author: Pixelgrade * Author URI: https://www.pixelgrade.com * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: __plugin_txtd * Requires at least: 5.9 - * Tested up to: 5.9.4 + * Tested up to: 6.0.0 * Requires PHP: 7.1 * GitHub Plugin URI: pixelgrade/nova-blocks * Release Asset: true @@ -29,7 +29,7 @@ exit; } -define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.4' ); +define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.0' ); /** * Gets this plugin's directory file path.