From 5051243c6bc283c9340e3ff4bce67c3c6092cb8b Mon Sep 17 00:00:00 2001 From: Evan Thibodeau Date: Sun, 4 Apr 2021 12:32:06 +0400 Subject: [PATCH] Update release v0.0.7 --- release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.sh b/release.sh index b338959..8303633 100755 --- a/release.sh +++ b/release.sh @@ -7,6 +7,6 @@ hub release create \ --attach modules/header-components-fragment-collection-contributor/build/libs/com.liferay.fragment.collection.contributor.header.components-1.0.0.jar \ --attach modules/integrations-fragment-collection-contributor/build/libs/com.liferay.fragment.collection.contributor.integrations-1.0.0.jar \ --attach modules/utilities-fragment-collection-contributor/build/libs/com.liferay.fragment.collection.contributor.utilities-1.0.0.jar \ - --message 'v0.0.6' \ - --message 'Add Overlay Banner and Mappable Video Fragments.' \ - 'v0.0.6' \ No newline at end of file + --message 'v0.0.7' \ + --message 'Fix mappable video when using a non mapped video.' \ + 'v0.0.7' \ No newline at end of file