Skip to content

Commit

Permalink
release: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YauheniKapliarchuk committed Feb 21, 2022
1 parent d28c3f7 commit 3448955
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.0",
"version": "2.1.1",
"description": "Creates custom blocks in Gutenberg specific to the ALPS v3 theme.",
"homepage": "https://github.com/adventistchurch/alps-gutenberg-blocks",
"config": {
Expand Down
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": "alps-gutenberg-blocks",
"version": "2.1.0",
"version": "2.1.1",
"author": "Seventh-day Adventist Church",
"description": "Creates custom blocks in Gutenberg specific to the ALPS v3 theme.",
"private": true,
Expand Down
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.0
* Version: 2.1.1
*/

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

define('ALPS_GUTENBERG_VERSION', '2.1.0');
define('ALPS_GUTENBERG_VERSION', '2.1.1');
define('ALPS_GUTENBERG_NAME', 'alps-gutenberg-blocks');

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

0 comments on commit 3448955

Please sign in to comment.