Skip to content

Commit d18307f

Browse files
committed
Bump version to 2.1.1
1 parent 921dd8a commit d18307f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nova-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Nova Blocks
44
* Plugin URI: https://github.com/pixelgrade/nova-blocks/
55
* Description: Nova Blocks is a collection of <strong>distinctive Gutenberg blocks</strong>, 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.
6-
* Version: 2.1.0
6+
* Version: 2.1.1
77
* Author: Pixelgrade
88
* Author URI: https://www.pixelgrade.com
99
* License: GPLv2 or later
@@ -29,7 +29,7 @@
2929
exit;
3030
}
3131

32-
define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.0' );
32+
define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.1' );
3333

3434
/**
3535
* Gets this plugin's directory file path.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nova-blocks",
3-
"version": "2.0.4",
3+
"version": "2.1.1",
44
"description": "A collection of WordPress blocks infused with Pixelgrade's special sauce.",
55
"main": "blocks/index.js",
66
"private": false,

0 commit comments

Comments
 (0)