From 495aef31f1ee551d49dba73aead364a0ea04438f Mon Sep 17 00:00:00 2001 From: Sven Ehrke Date: Fri, 10 Jan 2025 07:16:12 +0100 Subject: [PATCH] v17.2.4 --- package.json | 4 ++-- pom.xml | 2 +- readme.adoc | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0db712c..7c6d75b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@baloise/ds-core": "17.2.3", - "@baloise/ds-brand-icons": "17.2.3" + "@baloise/ds-core": "17.2.4", + "@baloise/ds-brand-icons": "17.2.4" } } diff --git a/pom.xml b/pom.xml index 91215d0..eeef1d4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.webjars baloise-design-system - 17.2.3 + 17.2.4 jar baloise-design-system-webjar diff --git a/readme.adoc b/readme.adoc index d421aea..adaa993 100644 --- a/readme.adoc +++ b/readme.adoc @@ -26,7 +26,7 @@ Now the webjar can be consumed like this: org.webjars baloise-design-system - 17.2.3 + 17.2.4 ... ---- @@ -52,9 +52,9 @@ Otherwise include the version as follows: ---- ... - - - + + + ... ----