From 1d8d2d5eafd4f5947e1d0b68429a3cc60ab2c964 Mon Sep 17 00:00:00 2001 From: Benedict Pregler Date: Fri, 15 Dec 2023 10:52:59 +0100 Subject: [PATCH] bump version --- uiTestGlaze/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uiTestGlaze/build.gradle b/uiTestGlaze/build.gradle index e454670..a399d47 100644 --- a/uiTestGlaze/build.gradle +++ b/uiTestGlaze/build.gradle @@ -6,7 +6,7 @@ plugins { ext { PUBLISH_GROUP_ID = 'io.github.getyourguide' - PUBLISH_VERSION = '1.1.6' + PUBLISH_VERSION = '1.1.7' PUBLISH_ARTIFACT_ID = 'uitestglaze' }