From 73927f793967586efe6d81d033ad6377f4533101 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Wed, 7 Aug 2024 10:33:21 -0400 Subject: [PATCH] [MOOSE-139]: update custom alignments plugin to 1.0.8 --- composer.json | 4 ++-- composer.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 852c96e3..5148c6a9 100644 --- a/composer.json +++ b/composer.json @@ -66,11 +66,11 @@ "type": "package", "package": { "name": "block-editor-custom-alignments/block-editor-custom-alignments", - "version": "1.0.7", + "version": "1.0.8", "type": "wordpress-plugin", "dist": { "type": "zip", - "url": "https://github.com/moderntribe/block-editor-custom-alignments/releases/download/v1.0.7/block-editor-custom-alignments.1.0.7.zip" + "url": "https://github.com/moderntribe/block-editor-custom-alignments/releases/download/v1.0.8/block-editor-custom-alignments.1.0.8.zip" }, "require": { "ffraenz/private-composer-installer": "^5.0" diff --git a/composer.lock b/composer.lock index 98c1c2c9..dcce11c4 100644 --- a/composer.lock +++ b/composer.lock @@ -157,10 +157,10 @@ }, { "name": "block-editor-custom-alignments/block-editor-custom-alignments", - "version": "1.0.7", + "version": "1.0.8", "dist": { "type": "zip", - "url": "https://github.com/moderntribe/block-editor-custom-alignments/releases/download/v1.0.7/block-editor-custom-alignments.1.0.7.zip" + "url": "https://github.com/moderntribe/block-editor-custom-alignments/releases/download/v1.0.8/block-editor-custom-alignments.1.0.8.zip" }, "require": { "ffraenz/private-composer-installer": "^5.0"