Skip to content

Commit

Permalink
release: v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauheni Kapliarchuk authored and Yauheni Kapliarchuk committed Jan 10, 2024
1 parent 51c188a commit 5915057
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alps/gutenberg",
"type": "wordpress-plugin",
"version": "2.1.8",
"version": "2.1.9",
"description": "Creates custom blocks in Gutenberg specific to the ALPS v3 theme.",
"homepage": "https://github.com/adventistchurch/alps-gutenberg-blocks",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alps-gutenberg-blocks",
"version": "2.1.8",
"version": "2.1.9",
"author": "Seventh-day Adventist Church",
"description": "Creates custom blocks in Gutenberg specific to the ALPS v3 theme.",
"private": true,
Expand Down Expand Up @@ -43,4 +43,4 @@
"winston": "^3.3.3",
"yaml": "^1.10.0"
}
}
}
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Description: Creates custom blocks in Gutenberg specific to the ALPS v3 theme.
* Author: Seventh-day Adventist Church
* Author URI: https://adventist.io/themes
* Version: 2.1.8
* Version: 2.1.9
*/

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}

define('ALPS_GUTENBERG_VERSION', '2.1.8');
define('ALPS_GUTENBERG_VERSION', '2.1.9');
define('ALPS_GUTENBERG_NAME', 'alps-gutenberg-blocks');

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down

0 comments on commit 5915057

Please sign in to comment.