Skip to content

Commit

Permalink
Bump plugin version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blockerabot committed Jan 6, 2025
1 parent 38c659b commit 98cfe80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions blockera.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Requires PHP: 7.4
* Author: Blockera AI
* Author URI: https://blockera.ai/about/
* Version: 1.1.0
* Version: 1.2.0
* Text Domain: blockera
* License: GPLv3 or later
*
Expand Down Expand Up @@ -64,7 +64,7 @@ function blockera_init(): void {
* This hook for extendable setup process from internal or third-party developers.
*
* @hook 'blockera/before/setup'
* @since 1.1.0
* @since 1.2.0
*/
do_action( 'blockera/before/setup' );

Expand Down Expand Up @@ -94,7 +94,7 @@ function blockera_init(): void {
* This hook for extendable setup process from internal or third-party developers.
*
* @hook 'blockera/after/setup'
* @since 1.1.0
* @since 1.2.0
*/
do_action( 'blockera/after/setup' );
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockera/plugin",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Make Gutenberg a Real Page Builder!",
"author": "The Contributors",
Expand Down

0 comments on commit 98cfe80

Please sign in to comment.