Skip to content

Commit c3e0595

Browse files
committed
bump version to 1.1.5
1 parent 800aaa0 commit c3e0595

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/enqueue-scripts.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function novablocks_admin_init() {
3535
'nova-blocks-js',
3636
novablocks_get_plugin_url() . $block_path,
3737
$script_dependencies,
38-
'1.1.4',
38+
'1.1.5',
3939
true
4040
);
4141

@@ -51,7 +51,7 @@ function novablocks_admin_init() {
5151
'nova-blocks-editor-css',
5252
novablocks_get_plugin_url() . $style_path,
5353
array(),
54-
'1.1.4'
54+
'1.1.5'
5555
);
5656
}
5757
add_action( 'admin_init', 'novablocks_admin_init' );
@@ -69,7 +69,7 @@ function novablocks_enqueue_assets() {
6969
'nova-blocks',
7070
novablocks_get_plugin_url() . $style_path,
7171
array(),
72-
'1.1.4'
72+
'1.1.5'
7373
);
7474
}
7575
add_action( 'enqueue_block_assets', 'novablocks_enqueue_assets' );
@@ -143,7 +143,7 @@ function novablocks_enqueue_frontend_assets() {
143143
'nova-blocks-frontend',
144144
novablocks_get_plugin_url() . $block_path,
145145
$script_dependencies,
146-
'1.1.4',
146+
'1.1.5',
147147
true
148148
);
149149
}

nova-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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: 1.1.4
6+
* Version: 1.1.5
77
* Author: Pixelgrade
88
* Author URI: https://www.pixelgrade.com
99
* Text Domain: __plugin_txtd
10-
* Tested up to: 5.2.3
10+
* Tested up to: 5.3.0
1111
* Requires PHP: 5.4.0
1212
* License: GPLv2 or later
1313
*

0 commit comments

Comments
 (0)