diff --git a/nova-blocks.php b/nova-blocks.php index 32bc8c15..c721021c 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.1.3 + * Version: 2.1.4 * 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: 6.0.0 + * Tested up to: 6.0.1 * Requires PHP: 7.1 * GitHub Plugin URI: pixelgrade/nova-blocks * Release Asset: true @@ -29,7 +29,7 @@ exit; } -define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.3' ); +define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.4' ); /** * Gets this plugin's directory file path. diff --git a/package-lock.json b/package-lock.json index c29c333b..1c9037cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nova-blocks", - "version": "2.0.4", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea7f58d3..31cbe3e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nova-blocks", - "version": "2.1.3", + "version": "2.1.4", "description": "A collection of WordPress blocks infused with Pixelgrade's special sauce.", "main": "blocks/index.js", "private": false,