From bb8a69589b71219d849a55d53156d10fa68527db Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Tue, 24 Aug 2021 10:51:31 +0200 Subject: [PATCH] web: Update COMPOSE_CORE_VERSION --- web/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/gradle.properties b/web/gradle.properties index 113fe9f100..59aaa5057e 100644 --- a/web/gradle.properties +++ b/web/gradle.properties @@ -1,6 +1,6 @@ # __LATEST_COMPOSE_RELEASE_VERSION__ -COMPOSE_CORE_VERSION=0.0.0-master-build316 -COMPOSE_WEB_VERSION=1.0.0-alpha1 +COMPOSE_CORE_VERSION=1.0.0-alpha4-build321 +COMPOSE_WEB_VERSION=1.0.0-alpha4 compose.web.buildSamples=false compose.web.tests.integration.withFirefox compose.web.tests.skip.benchmarks=false