From c55edc479b2486841765b9dd6e54eaf01e0fba78 Mon Sep 17 00:00:00 2001 From: Razvan Date: Fri, 15 Apr 2022 11:57:12 +0300 Subject: [PATCH] v2.0.0 - Remove alpha version label --- nova-blocks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova-blocks.php b/nova-blocks.php index df05ef4c6..8540b0400 100644 --- a/nova-blocks.php +++ b/nova-blocks.php @@ -3,7 +3,7 @@ * 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.0-alpha+22022022 + * Version: 2.0.0 * Author: Pixelgrade * Author URI: https://www.pixelgrade.com * License: GPLv2 or later @@ -29,7 +29,7 @@ exit; } -define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.0-alpha+22022022' ); +define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.0' ); /** * Gets this plugin's directory file path.